MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
MPM::ShapeAndGrads2D Struct Reference

#include <defs.h>

List of all members.

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

Member Data Documentation

Gradients of the shape functions.

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.

Shape functions (C1)


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines