![]() |
|
Return local coordinates of node j. More...
#include <Telements.h>
Public Member Functions | |
void | local_coordinate_of_node (const unsigned &j, Vector< double > &s) const |
void | shape (const Vector< double > &s, Shape &psi) const |
Shape function for specific TElement<3,2> More... | |
void | dshape_local (const Vector< double > &s, Shape &psi, DShape &dpsids) const |
Derivatives of shape functions for specific TElement<3,2> More... | |
void | d2shape_local (const Vector< double > &s, Shape &psi, DShape &dpsids, DShape &d2psids) const |
Return local coordinates of node j.
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
|
inline |
Second derivatives of shape functions for specific TElement<3,2>: 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_2^2 \) d2psids(i,3) = \( \partial^2 \psi_j / \partial s_0 \partial s_1 \) d2psids(i,4) = \( \partial^2 \psi_j / \partial s_0 \partial s_2 \) d2psids(i,5) = \( \partial^2 \psi_j / \partial s_1 \partial s_2 \)
|
inline |
Derivatives of shape functions for specific TElement<3,2>
References oomph::OneDimLagrange::shape().
|
inline |
References j, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, and s.
|
inline |