|
MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
#include "Eigen/Core"#include "Mesh/Node.h"#include "Mesh/Mesh.h"#include "Body/Body.h"#include "Contact.h"#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| class | ContactManager |
| Manages Slave-Master contact method data and operations using two velocity fields. More... | |