|
MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
This is the complete list of members for BodyGmsh, including all inherited members.
| Body() | Body | inline |
| BodyGmsh(const std::string &mesh_file="", std::map< std::string, int > physical_to_material={}, const std::string &particle_distribution="barycentric") | BodyGmsh | |
| create(Mesh &mesh, Material *material) override | BodyGmsh | virtual |
| getId() const | Body | inline |
| getInitialVelocity() const | Body | inline |
| getMaterialId() const | BodyGmsh | inlinevirtual |
| getParticles() | Body | inline |
| id | Body | protected |
| initial_velocity | Body | protected |
| insertParticles(const vector< Particle * > &particle_list) | Body | inline |
| materialId | BodyGmsh | private |
| meshFile | BodyGmsh | private |
| particleDistribution | BodyGmsh | private |
| particles | Body | protected |
| physicalToMaterial | BodyGmsh | private |
| resetSharedMesh() | BodyGmsh | static |
| setId(int body_id) | Body | inline |
| setInitialVelocity(Vector3d initial_velocity) | Body | inline |
| setMaterialId(int material_id) | BodyGmsh | inlinevirtual |
| setParticles(const vector< Particle * > &particle_list) | Body | inline |
| ~Body() | Body | inlinevirtual |
| ~BodyGmsh() | BodyGmsh | virtual |