#include <mesh_refinement.h>
Public Member Functions | |
virtual | ~ElementFlagging () |
virtual void | flag_elements ()=0 |
Abstract base class to be used for user-specified element flagging. This can be used instead of or to augment traditional error indicator based refinement. This simply provides a base class that can be derived from and then passed to the flag_elements_by
() method.
Definition at line 85 of file mesh_refinement.h.
|
inlinevirtual |
Destructor. Virtual because we will have virtual functions.
Definition at line 91 of file mesh_refinement.h.
|
pure virtual |
Callback function to be used for marking elements for refinement.
Referenced by libMesh::MeshRefinement::flag_elements_by().