|
MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|


Go to the source code of this file.
Namespaces | |
| namespace | States |
| Functions to save and load states of the simulation. | |
Functions | |
| void | States::saveParticleStress (const std::string &filename, const std::vector< Particle * > &particles) |
| Save the particles stress into a json file. | |
| void | States::loadParticleStress (const std::string &filename, std::vector< Particle * > &particles) |
| Load the particles stress from a json file. | |