Overloaded versions
refine(mesh, true)
Create uniformly refined mesh
refine(hierarchy, markers)
Refine a MeshHierarchy
refine(refined_mesh, mesh, true)
Create uniformly refined mesh
refine(mesh, cell_markers, true)
Create locally refined mesh
The mesh to refine.
A mesh function over booleans specifying which cells that should be refined (and which should not).
Optional argument to redistribute the refined mesh if mesh is a distributed mesh.
The locally refined mesh.
Note
No example code available for this function.
refine(refined_mesh, mesh, cell_markers, true)
Create locally refined mesh
The mesh that will be the refined mesh.
The original mesh.
A mesh function over booleans specifying which cells that should be refined (and which should not).
Optional argument to redistribute the refined mesh if mesh is a distributed mesh.