|
DOLFIN
DOLFIN C++ interface
|
This class implements mesh refinement in 1D. More...
#include <BisectionRefinement1D.h>
Static Public Member Functions | |
| static void | refine (Mesh &refined_mesh, const Mesh &mesh, const MeshFunction< bool > &cell_markers, bool redistribute=false) |
| static void | refine (Mesh &refined_mesh, const Mesh &mesh, bool redistribute=false) |
This class implements mesh refinement in 1D.
|
static |
Refine mesh based on cell markers
| refined_mesh | (Mesh) |
| mesh | (const Mesh) |
| cell_markers | (const MeshFunction<bool>) |
| redistribute | (bool) |