MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
#include <Cell.h>
Public Member Functions | |
Cell () | |
void | computeVolume () |
double | getVolume () const |
int | getId () const |
std::vector< Node * > | getNodes () const |
void | setNodes (const std::vector< Node * > &nodes) |
Private Attributes | |
std::vector< Node * > | nodes |
double | volume |
int | id |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |