libMesh
|
Abstract base class to be used for user-specified element flagging. More...
#include <mesh_refinement.h>
Public Member Functions | |
virtual | ~ElementFlagging ()=default |
Destructor. More... | |
virtual void | flag_elements ()=0 |
Callback function to be used for marking elements for refinement. More... | |
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 88 of file mesh_refinement.h.
|
virtualdefault |
Destructor.
Virtual because we will have virtual functions.
|
pure virtual |
Callback function to be used for marking elements for refinement.
Referenced by libMesh::MeshRefinement::flag_elements_by().