This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

What is the meaning of "child_shared_ptr()"?

0 votes

Hi,

i would like to know what is the meaning of "child_shared_pointer()" on the adaptivity procces. For example, when i refine a mesh using adapt(mesh, markers), the refined mesh can be obtained calling mesh.child_shared_ptr(), but it is not clear for me the exact meaning of this. Exists documentation about this?

closed with the note: I found information on the documentation of the Hierarchical class. This has answered my question.
asked Oct 14, 2015 by hernan_mella FEniCS Expert (19,460 points)
closed Feb 23, 2016 by hernan_mella
...