libMesh
|
This nested class contains most of the static methods related to the base part of an infinite element. More...
#include <inf_fe.h>
Static Public Member Functions | |
static Elem * | build_elem (const Elem *inf_elem) |
Build the base element of an infinite element. More... | |
static ElemType | get_elem_type (const ElemType type) |
static unsigned int | n_base_mapping_sf (const ElemType base_elem_type, const Order base_mapping_order) |
Private Member Functions | |
Base () | |
Never use an object of this type. More... | |
This nested class contains most of the static methods related to the base part of an infinite element.
Only static members are provided, and these should only be accessible from within InfFE
.
|
private |
|
static |
Build the base element of an infinite element.
Be careful, this method allocates memory! So be sure to delete the new element afterward.
|
static |
type
. This is, for example, TRI3
for INFPRISM6
.
|
static |
base_elem_type
mapped with order base_mapping_order