![]() |
|
#include <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 | shape (const Vector< double > &s, Shape &psi) const |
Shape function for specific TElement<1,2> More... | |
void | dshape_local (const Vector< double > &s, Shape &psi, DShape &dpsids) const |
Derivatives of shape functions for specific TElement<2,2> More... | |
void | d2shape_local (const Vector< double > &s, Shape &psi, DShape &dpsids, DShape &d2psids) const |
////////////////////////////////////////////////////////////////////// TElementShape inline functions: //////////////////////////////////////////////////////////////////////
|
inline |
Second derivatives of shape functions for specific TElement<1,2>: d2psids(i,0) = \( \partial^2 \psi_j / \partial s_0^2 \)
References s.
|
inline |
Derivatives of shape functions for specific TElement<2,2>
References oomph::OneDimLagrange::shape().
|
inline |
Return local coordinates of node j.
References j, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, and s.
|
inline |