>
> If I try to do this in the simplest way, e.g. by adding a node to a mesh,
> I see that the isolated node gets deleted on the call to
> renumber_nodes_and_elem. This is not surprising since we need to delete
> orphaned nodes during mesh coarsening. But perhaps I could add a way to
> indicate "ophaned nodes that should not be deleted"?
>

Actually, it looks like I could add a list of isolated nodes to SerialMesh
and then add them to the connected_nodes set
in SerialMesh::renumber_nodes_and_elements()  (and I guess something
similar would be possible with ParallelMesh). I'll try this and if it works
out I'll make a PR.

David
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to