#include <Telements.h>
Public Member Functions | |
template<> | |
const unsigned | Central_node_on_face [3] |
template<> | |
void | build_face_element (const int &face_index, FaceElement *face_element_pt) |
The face element for is the same in the two-dimesional case. More... | |
template<> | |
const unsigned | Central_node_on_face [4] |
template<> | |
void | build_face_element (const int &face_index, FaceElement *face_element_pt) |
TElement class for which the shape functions have been enriched by a single bubble function of the next order
Empty, just establishes the template parameters
Definition at line 3486 of file Telements.h.
void oomph::TBubbleEnrichedElement< 2, 3 >::build_face_element | ( | const int & | face_index, |
FaceElement * | face_element_pt | ||
) |
The face element for is the same in the two-dimesional case.
Definition at line 891 of file Telements.cc.
Referenced by oomph::SolidTBubbleEnrichedElement< 2, NNODE_1D >::build_face_element().
void oomph::TBubbleEnrichedElement< 3, 3 >::build_face_element | ( | const int & | face_index, |
FaceElement * | face_element_pt | ||
) |
Function to setup geometrical information for lower-dimensional FaceElements (which are of type TBubbleEnrichedElement<2,3>).
Definition at line 910 of file Telements.cc.
const unsigned oomph::TBubbleEnrichedElement< 2, 3 >::Central_node_on_face | ( | ) |
Definition at line 884 of file Telements.cc.
const unsigned oomph::TBubbleEnrichedElement< 3, 3 >::Central_node_on_face | ( | ) |
Definition at line 900 of file Telements.cc.