Specific Enriched TElementShape inline functions. More...
#include <Telements.h>
Public Member Functions | |
| unsigned | n_enriched_nodes () |
| Return the number of nodes required for enrichement. | |
| void | local_coordinate_of_node (const unsigned &j, Vector< double > &s) const |
| Return local coordinates of node j. | |
| void | shape (const Vector< double > &s, Shape &psi) const |
| Shape function for specific TBubbleEnrichedElement<2,3> | |
| void | dshape_local (const Vector< double > &s, Shape &psi, DShape &dpsids) const |
| Derivatives of shape functions for specific TBubbleElement<2,3> | |
| void | d2shape_local (const Vector< double > &s, Shape &psi, DShape &dpsids, DShape &d2psids) const |
| Second derivatives of shape functions for specific TBubbleElement<2,3>: d2psids(i,0) = | |
Specific Enriched TElementShape inline functions.
Standard quadratic shape functions enriched by the addition of a cubic bubble, which consists of adding a single node at the centroid
Definition at line 915 of file Telements.h.
|
inline |
Second derivatives of shape functions for specific TBubbleElement<2,3>: d2psids(i,0) =
d2psids(i,1) =
d2psids(i,2) =
.
Definition at line 1049 of file Telements.h.
References s.
|
inline |
Derivatives of shape functions for specific TBubbleElement<2,3>
Definition at line 1015 of file Telements.h.
References s.
|
inline |
Return the number of nodes required for enrichement.
Definition at line 921 of file Telements.h.
|
inline |
Shape function for specific TBubbleEnrichedElement<2,3>
Definition at line 987 of file Telements.h.
References s.