Hello, In order to represent failure of a material, i am using a creep system coupled to a damage system in libMesh. Based on the results of the damage system, i delete the elements for which the damage exceeds a critical value. This element deletion produces a segmentation fault if the mesh is refined adaptively or uniformly within libMesh. Thus, the question: is it possible to delete single child elements without causing a segmentation fault? Otherwise to make the child element marked for deletion inactive and then delete the parent element and the children later on (when they reach the critical value)?
Thank you, Rémy ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
