mark¶
-
dolfin.cpp.fem.mark(markers: 'dolfin::MeshFunction< bool > &', indicators: 'dolfin::MeshFunction< double > const &', strategy: 'std::string const', fraction: 'double const') → 'void'¶ Mark cells based on indicators and given marking strategy
- Arguments
- markers (
MeshFunction) - the cell markers (to be computed)
- indicators (
MeshFunction) - error indicators (one per cell)
- strategy (str)
- the marking strategy
- fraction (float)
- the marking fraction
- markers (