12#ifndef BELFEM_ElementTypeS_HPP
13#define BELFEM_ElementTypeS_HPP
127 const unsigned int aFacetIndex );
135 const uint aFacetNumber );
Special Edge class for NEDELEC-Type elements.
Definition cl_Edge.hpp:30
Lagrange Element baseclass.
Definition cl_Element.hpp:35
Definition cl_Node.hpp:30
Definition cl_EF_EdgeFunction.hpp:17
ElementType element_type_from_gmsh(const int aGmshNumber)
Definition meshtools.cpp:444
void get_bottom_edges(Element *aElement, Cell< Edge * > &aEdges)
Definition meshtools.cpp:1421
unsigned int top_facet_index(const enum ElementType aElementType)
Facet index of the "upper" face of a thin-shell element (the face whose outward normal points away fr...
Definition meshtools.cpp:724
ElementType element_type_of_facet(const ElementType aElementType, const unsigned int aFacetIndex)
Definition meshtools.cpp:815
void get_top_edges(Element *aElement, Cell< Edge * > &aEdges)
Definition meshtools.cpp:1462
unsigned int bottom_facet_index(const enum ElementType aElementType)
Facet index of the "lower" face of a thin-shell element (the face whose outward normal points away fr...
Definition meshtools.cpp:697
unsigned int number_of_edges(const enum ElementType aElementType)
Definition meshtools.cpp:140
int dimension(const enum GeometryType aGeometryType)
Definition meshtools.cpp:401
void get_top_nodes(Element *aElement, Cell< Node * > &aNodes)
Definition meshtools.cpp:1387
ElementType linear_element_type(const ElementType aElementType)
Definition meshtools.cpp:519
unsigned int number_of_faces(const enum ElementType aElementType)
Definition meshtools.cpp:750
unsigned int interpolation_order_numeric(const enum ElementType aElementType)
Definition meshtools.cpp:266
belfem::InterpolationOrder interpolation_order(const enum ElementType aElementType)
Definition meshtools.cpp:210
int gmsh_from_element_type(const ElementType aElementType)
Definition meshtools.cpp:493
ElementType element_type_from_numnodes(const uint aDimension, const uint aNumNodes, const bool aAsThinshell)
Definition meshtools.cpp:1105
uint number_of_orientations(const ElementType aElementType, const uint aFacetNumber)
Definition meshtools.cpp:950
uint number_of_nedelec_dofs(const ElementType aElementType)
Definition meshtools.cpp:1015
belfem::GeometryType geometry_type(const enum ElementType aElementType)
Definition meshtools.cpp:331
unsigned int number_of_nodes(const enum ElementType aElementType)
Definition meshtools.cpp:25
unsigned int number_of_facets(const enum ElementType aElementType)
Definition meshtools.cpp:650
unsigned int number_of_corner_nodes(const enum ElementType aElementType)
Definition meshtools.cpp:601
void get_bottom_nodes(Element *aElement, Cell< Node * > &aNodes)
Definition meshtools.cpp:1296
USER GUIDES:
Definition cl_Capacitor.cpp:16
unsigned int uint
Definition typedefs.hpp:30
ElementType
Element types.
Definition Mesh_Enums.hpp:27
InterpolationOrder
Definition Mesh_Enums.hpp:85
GeometryType
Definition Mesh_Enums.hpp:70