Implementation of the refinement method described in Plaza and Carey "Local refinement of simplicial grids based on the skeleton" (Applied Numerical Mathematics 32 (2000) 195-218)
More...
#include <PlazaRefinementND.h>
Implementation of the refinement method described in Plaza and Carey "Local refinement of simplicial grids based on the skeleton" (Applied Numerical Mathematics 32 (2000) 195-218)
◆ refine() [1/2]
Uniform refine, optionally redistributing and optionally calculating the parent-child relation for facets (in 2D)
- Parameters
-
[in] | mesh | Input mesh to be refined |
[in] | redistribute | Flag to call the Mesh Partitioner to redistribute after refinement |
- Returns
- New mesh
◆ refine() [2/2]
Refine with markers, optionally redistributing.
- Parameters
-
[in] | mesh | Input mesh to be refined |
[in] | refinement_marker | MeshTags listing mesh entities which should be split by this refinement. Value == 1 means "refine", any other value means "do not refine". |
[in] | redistribute | Flag to call the Mesh Partitioner to redistribute after refinement |
- Returns
- New Mesh
The documentation for this class was generated from the following files:
- /build/dolfinx-g9rZs9/dolfinx-2019.2.0~git20200723.696fbc0/cpp/dolfinx/refinement/PlazaRefinementND.h
- /build/dolfinx-g9rZs9/dolfinx-2019.2.0~git20200723.696fbc0/cpp/dolfinx/refinement/PlazaRefinementND.cpp