Public Member Functions | List of all members
oomph::GeometricTElement< 2 > Class Template Reference

#include <Subparametric_Telements.h>

+ Inheritance diagram for oomph::GeometricTElement< 2 >:

Public Member Functions

void local_coordinate_of_node (const unsigned &j, Vector< double > &s) const
 Return local coordinates of node j. More...
 
void Lshape (const Vector< double > &s, Shape &psi, Shape &phi, DenseMatrix< double > &position, unsigned &bd_element, DenseMatrix< double > &bd_position, Vector< double > &x) const
 
void dLshape_local (const Vector< double > &s, Shape &psi, DShape &dpsids, Shape &phi, DShape &dphids, DenseMatrix< double > &position, unsigned &bd_element, DenseMatrix< double > &bd_position, Vector< double > &x) const
 
void d2Lshape_local (const Vector< double > &s, Shape &psi, DShape &dpsids, DShape &d2psids, Shape &phi, DShape &dphids, DShape &d2phids, DenseMatrix< double > &position, unsigned &bd_element, DenseMatrix< double > &bd_position, Vector< double > &x) const
 

Detailed Description

template<>
class oomph::GeometricTElement< 2 >

Definition at line 1145 of file Subparametric_Telements.h.

Member Function Documentation

◆ d2Lshape_local()

void oomph::GeometricTElement< 2 >::d2Lshape_local ( const Vector< double > &  s,
Shape psi,
DShape dpsids,
DShape d2psids,
Shape phi,
DShape dphids,
DShape d2phids,
DenseMatrix< double > &  position,
unsigned &  bd_element,
DenseMatrix< double > &  bd_position,
Vector< double > &  x 
) const
inline

Second derivatives of Geometric interpolation for specific C1CurvedElement<>: This function return the second-order derivatives of physical coordinates at the local coordinate s rather than a value of the second-order derivatives of

shape function at the local coordinate s

Definition at line 1340 of file Subparametric_Telements.h.

References i.

◆ dLshape_local()

void oomph::GeometricTElement< 2 >::dLshape_local ( const Vector< double > &  s,
Shape psi,
DShape dpsids,
Shape phi,
DShape dphids,
DenseMatrix< double > &  position,
unsigned &  bd_element,
DenseMatrix< double > &  bd_position,
Vector< double > &  x 
) const
inline

Derivatives of Geometric interpolation for specific C1CurvedElement<> This function return the derivatives of physical coordinates at the local coordinate s rather than a value of the derivatives of shape function at the local coordinate s

Definition at line 1255 of file Subparametric_Telements.h.

References i.

◆ local_coordinate_of_node()

void oomph::GeometricTElement< 2 >::local_coordinate_of_node ( const unsigned &  j,
Vector< double > &  s 
) const
inline

Return local coordinates of node j.

Definition at line 1151 of file Subparametric_Telements.h.

◆ Lshape()

void oomph::GeometricTElement< 2 >::Lshape ( const Vector< double > &  s,
Shape psi,
Shape phi,
DenseMatrix< double > &  position,
unsigned &  bd_element,
DenseMatrix< double > &  bd_position,
Vector< double > &  x 
) const
inline

Geometric interpolation for specific C1CurvedElement<> This function return the physical coordinates at the local coordinate s rather than a value of shape function at the local coordinate s

Definition at line 1186 of file Subparametric_Telements.h.

References i.


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