Public Member Functions | List of all members
oomph::SolidTBubbleEnrichedElement< DIM, NNODE_1D > Class Template Reference

#include <Telements.h>

+ Inheritance diagram for oomph::SolidTBubbleEnrichedElement< DIM, NNODE_1D >:

Public Member Functions

template<>
void build_face_element (const int &face_index, FaceElement *face_element_pt)
 
template<>
void build_face_element (const int &face_index, FaceElement *face_element_pt)
 

Detailed Description

template<unsigned DIM, unsigned NNODE_1D>
class oomph::SolidTBubbleEnrichedElement< DIM, NNODE_1D >

SolidTBubbleEnrichedElement elements are the enriched version of the SolidTElements. They will simply inherit from the appropriate SolidTElement and TBubblEnrichedElement. They are the basis for solid mechanics elements.

Definition at line 3872 of file Telements.h.

Member Function Documentation

◆ build_face_element() [1/2]

template<>
void oomph::SolidTBubbleEnrichedElement< 2, 3 >::build_face_element ( const int &  face_index,
FaceElement face_element_pt 
)

Final override for function to setup geometrical information for lower-dimensional FaceElements (which are of type SolidTBubbleEnrichedElement<1,3>).

Definition at line 953 of file Telements.cc.

Referenced by oomph::TBubbleEnrichedElement< 2, NNODE_1D >::build_face_element(), and oomph::SolidTBubbleEnrichedElement< 2, NNODE_1D >::build_face_element().

◆ build_face_element() [2/2]

template<>
void oomph::SolidTBubbleEnrichedElement< 3, 3 >::build_face_element ( const int &  face_index,
FaceElement face_element_pt 
)

Final override for function to setup geometrical information for lower-dimensional FaceElements (which are of type SolidTBubbleEnrichedElement<2,3>).

Definition at line 972 of file Telements.cc.


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