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?