libMesh
Public Member Functions | List of all members
libMesh::MeshTools::Generation::QueryElemSubdomainIDBase Class Referenceabstract

Class for receiving the callback during extrusion generation and providing user-defined subdomains based on the old (existing) element id and the current layer. More...

#include <mesh_generation.h>

Inheritance diagram for libMesh::MeshTools::Generation::QueryElemSubdomainIDBase:
[legend]

Public Member Functions

virtual ~QueryElemSubdomainIDBase ()=default
 
virtual subdomain_id_type get_subdomain_for_layer (const Elem *old_elem, unsigned int layer)=0
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~QueryElemSubdomainIDBase()

virtual libMesh::MeshTools::Generation::QueryElemSubdomainIDBase::~QueryElemSubdomainIDBase ( )
virtualdefault

Member Function Documentation

◆ get_subdomain_for_layer()

virtual subdomain_id_type libMesh::MeshTools::Generation::QueryElemSubdomainIDBase::get_subdomain_for_layer ( const Elem old_elem,
unsigned int  layer 
)
pure virtual

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