Results 262 comments of Cameron Smith

What is the notation in the parts column? Is it x ? No. It is nodes x proccesses_per_node The list of todo items looks good to me. Is 10B the...

@rickybalin Looking back at the `box_small` case there appears to be problem with the matching file. Specifically, if vtx 1 is matched with vtx 51, as indicated by line one,...

See #211 for progress on matching and other test cases. Moving @KennethEJansen posts on classification here: > vertex: whatever it is classified on > > edge classification: An edge in...

Can you confirm that commit https://github.com/cwsmith/core/commit/75db2593d0d495b96ca0b3148c7d98aa01c75295 builds and runs? The code I added for reading classification etc. may be the cause of the setCoords crash you see.

OK. Thank you for checking. I should be able to debug this for about an hour or so tomorrow.

Ahh yes. Thank you. I added that to deal with 2d meshes and multiple topologies.

@KennethEJansen Can you paste the full code of the hack (including the PCU send/recv portion)? The print statement could also include the flag name: https://github.com/SCOREC/core/blob/4c4ba244022cce58d192de4834db2e9861fc924d/apf/apfMesh.h#L275 as done here: https://github.com/SCOREC/core/blob/59d03165714ac2c2069f4de6a3d08bd3ba041d20/apf/apfMesh.cc#L1140-L1141

You may be able to programmatically create vertex-and-edge models using Dan's Gmodel tool: https://github.com/ibaned/gmodel Can you post the stack trace at the failure point and upload the corresponding mesh to...