Description
The conjugacy solver in this tutorial is not converging for me. I don't know what's going wrong but it seems the non-conjugacy value gets even higher after each iteration...And the final result gets crazy. Do you know what may potentially go wrong here for me?
For constraints and mesh, I think I use the original data in the shared path. And I think I do not change anything in the code. But I don't know if I somehow rewrite it when running other programs.
Iteration data: https://pastebin.com/E3tdiWjr
inspired_mesh_b.dmat: https://pastebin.com/nX8S7LWM
inspired_mesh_bc.dmat: https://pastebin.com/VJ2Yzu6t
Also a more general question: for all the examples we tried to interpolate the field given some fixed constraints. But can we simply use a field that already exists on the mesh, i.e. the principal curvature, or take the gradient of some scalar function? For this example, a directional field that aligns with principal curvature should already be conjugate... So may we just use this directly instead of finding a deformation for an interpolated field?