//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
#include <Telements.h>
Public Member Functions | |
const unsigned | Central_node_on_face [3] |
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... | |
const unsigned | Central_node_on_face [4] |
void | 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>). More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
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 3569 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 873 of file Telements.cc.
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 893 of file Telements.cc.
References oomph::FaceElement::bulk_node_number(), oomph::FaceElement::bulk_node_number_resize(), oomph::FaceElement::nbulk_value(), oomph::FaceElement::nbulk_value_resize(), and oomph::FiniteElement::node_pt().
const unsigned oomph::TBubbleEnrichedElement< 2, 3 >::Central_node_on_face |
Definition at line 865 of file Telements.cc.
const unsigned oomph::TBubbleEnrichedElement< 3, 3 >::Central_node_on_face |
Definition at line 884 of file Telements.cc.