#include <Subparametric_Telements.h>
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 |
Definition at line 1145 of file Subparametric_Telements.h.
|
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
Definition at line 1340 of file Subparametric_Telements.h.
References i.
|
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.
|
inline |
Return local coordinates of node j.
Definition at line 1151 of file Subparametric_Telements.h.
|
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.