#include <mesh_generation.h>
Public Member Functions | |
virtual | ~QueryElemSubdomainIDBase () |
virtual subdomain_id_type | get_subdomain_for_layer (const Elem *old_elem, unsigned int layer)=0 |
Class for receiving the callback during extrusion generation and providing user-defined subdomains based on the old (existing) element id and the current layer.
Definition at line 151 of file mesh_generation.h.
|
inlinevirtual |
Definition at line 154 of file mesh_generation.h.
|
pure virtual |
Referenced by libMesh::MeshTools::Generation::build_extrusion().