![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <defs.h>
Public Attributes | |
double | N [16] |
Shape functions (C0) | |
double | S [16] |
Shape functions (C1) | |
Vector3D | G [16] |
Gradients of the shape functions. | |
Vector3D | R0 [NRVEC] |
Initial vectors: centre-to-right-side. | |
Vector3D | R [NRVEC] |
Vectors: centre-to-top-side. | |
std::map< int, int > | n2i |
maps gridnode to index in N,S,G arrays |
Gradients of the shape functions.
double MPM::ShapeAndGrads2D::N[16] |
Shape functions (C0)
std::map<int,int> MPM::ShapeAndGrads2D::n2i |
maps gridnode to index in N,S,G arrays
Vectors: centre-to-top-side.
Initial vectors: centre-to-right-side.
double MPM::ShapeAndGrads2D::S[16] |
Shape functions (C1)