![]() |
|
#include <Telements.h>
Public Member Functions | |
TBubbleEnrichedElement () | |
Constructor. More... | |
TBubbleEnrichedElement (const TBubbleEnrichedElement &)=delete | |
Broken copy constructor. More... | |
~TBubbleEnrichedElement () | |
Broken assignment operator. More... | |
void | shape (const Vector< double > &s, Shape &psi) const |
Calculate the geometric shape functions at local coordinate s. More... | |
void | dshape_local (const Vector< double > &s, Shape &psi, DShape &dpsids) const |
void | d2shape_local (const Vector< double > &s, Shape &psi, DShape &dpsids, DShape &d2psids) const |
void | local_coordinate_of_node (const unsigned &j, Vector< double > &s) const |
Return local coordinates of node j. More... | |
void | build_face_element (const int &face_index, FaceElement *face_element_pt) |
Build the lower-dimensional FaceElement. More... | |
![]() | |
const unsigned | Node_on_face [3][2] |
Assign the nodal translation schemes. More... | |
const unsigned | Node_on_face [3][3] |
const unsigned | Node_on_face [3][4] |
const unsigned | Node_on_face [4][3] |
Assign the nodal translation scheme for linear elements. More... | |
const unsigned | Node_on_face [4][6] |
Assign the nodal translation scheme for quadratic elements. More... | |
Static Private Attributes | |
static TBubbleEnrichedGauss< DIM, 3 > | Default_enriched_integration_scheme |
static const unsigned | Central_node_on_face [DIM+1] |
Enriched TElement class specialised to two spatial dimensions and three nodes per side (quadratic element) Ordering of nodes as in Zienkiwizc sketches: vertex nodes 0 - 1 - 2 anticlockwise. Midside nodes filled in progressing along the consecutive edges. Central node(s) come(s) last. The idea is that we inherit from the existing TElement<2,3>, add the single extra node at the centroid and overload the shape functions to be those corresponding to the enriched element.
|
inline |
Constructor.
|
delete |
Broken copy constructor.
|
inline |
void oomph::TBubbleEnrichedElement< DIM, 3 >::build_face_element | ( | const int & | face_index, |
FaceElement * | face_element_pt | ||
) |
Build the lower-dimensional FaceElement.
|
inline |
Compute the geometric shape functions, derivatives and second derivatives w.r.t local coordinates at local coordinate s d2psids(i,0) = \( \partial^2 \psi_j / \partial s_0^2 \) d2psids(i,1) = \( \partial^2 \psi_j / \partial s_1^2 \) d2psids(i,2) = \( \partial^2 \psi_j / \partial s_0 \partial s_1 \)
References s.
|
inline |
|
inline |
Calculate the geometric shape functions at local coordinate s.
References s, and oomph::OneDimLagrange::shape().
|
staticprivate |
|
staticprivate |