MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
States.h File Reference
#include <string>
#include "Particle/Particle.h"
Include dependency graph for States.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  States
 

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.