$extrastylesheet
libMesh::MeshRefinement::ElementFlagging Class Reference

#include <mesh_refinement.h>

List of all members.

Public Member Functions

virtual ~ElementFlagging ()
virtual void flag_elements ()=0

Detailed Description

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 89 of file mesh_refinement.h.


Constructor & Destructor Documentation

Destructor. Virtual because we will have virtual functions.

Definition at line 95 of file mesh_refinement.h.

{}

Member Function Documentation

Callback function to be used for marking elements for refinement.

Referenced by libMesh::MeshRefinement::flag_elements_by().


The documentation for this class was generated from the following file: