dorfler_mark¶
-
dolfin.cpp.fem.dorfler_mark(markers: 'dolfin::MeshFunction< bool > &', indicators: 'dolfin::MeshFunction< double > const &', fraction: 'double const') → 'void'¶ Mark cells using Dorfler marking
- Arguments
- markers (
MeshFunction) - the cell markers (to be computed)
- indicators (
MeshFunction) - error indicators (one per cell)
- fraction (float)
- the marking fraction
- markers (