Cameron Smith
Cameron Smith
I think these are the queries you are looking for: https://github.com/SCOREC/core/blob/ba7c15c42de21efe6fac82043db4e51a5a3d9c24/apf/apfMesh.h#L351-L354 https://github.com/SCOREC/core/blob/ba7c15c42de21efe6fac82043db4e51a5a3d9c24/apf/apfMigrate.cc#L63-L69
I think I see a problem with the input data... closing this for now while I dig deeper.
Will do. Thanks for checking in. The input geometric model was not in the same coordinate frame (different bounding box and scale) as the size field (hfun) so I was...
@dengwirda I fixed the coordinate frame issue and ran what I *think* is a valid configuration (1, below) to use a size field (hfun) and recover the geometric model vertices...
@dengwirda I found two more issues with the `.msh` in the test repo: - it has two points that are nearly coincident, and - there are two model edge loops...
Success! Cleaning up the model issues above, and, for now, removing the `BOUND` data section, gives me the result I was looking for:  the red dots/points are vertices of...
@dengwirda I'm hitting problems (long time and high memory use in the `Generate rDT MESH...`) when I attempted to add a bounding rectangle to the above and run with `mesh_top1`....
@dengwirda Thank you. Is there a way to 'restrict' the mesh to conform to the geometry and 'disable' sharp feature detection? The screenshot below shows three meshes with `mesh_top1` enabled...
Yes, thank you. The pre-processor flag `PUMI_HAS_ZOLTAN` was added here: https://github.com/SCOREC/core/pull/342/commits/3943ce4f6cc2fcd89adeb30d9903db18a756aad1
@jedbrown Happy Holidays! Great. Assuming the CGNS version it used isn't too old now (need to check this) then it will only need to be synced with `develop` again and...