#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<2,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 |
Second derivatives of shape functions for specific TElement<2,2>: d2psids(i,0) = ![]() ![]() ![]() | |
Definition at line 478 of file Telements.h.
|
inline |
Second derivatives of shape functions for specific TElement<2,2>: d2psids(i,0) = d2psids(i,1) =
d2psids(i,2) =
.
Definition at line 552 of file Telements.h.
|
inline |
Derivatives of shape functions for specific TElement<2,2>
Definition at line 532 of file Telements.h.
References oomph::OneDimLagrange::shape().
|
inline |
|
inline |