MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
This is the complete list of members for Shape, including all inherited members.
computeGradient(double pI_position, double cell_dimension, double lp)=0 | Shape | privatepure virtual |
computeShape(double pI_position, double cell_dimension, double lp)=0 | Shape | privatepure virtual |
derivate | Shape | private |
getDerivate() const | Shape | inline |
getShape() const | Shape | inline |
setDerivate(double gx, double gy, double gz) | Shape | inline |
setShape(double sx, double sy, double sz) | Shape | inline |
Shape() | Shape | inline |
shape | Shape | private |
update(const Vector3d &particle_position, const Vector3d &nodal_position, const Vector3d &cell_dimension, const Vector3d &particle_size)=0 | Shape | pure virtual |
~Shape() | Shape | inlinevirtual |