![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
#include <memory>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | geom |
| namespace | inp |
| Collection of methods and database related to input. | |
| namespace | mesh |
| Collection of methods and data related to finite element and mesh. | |
| namespace | mesh_gen |
Functions | |
| std::shared_ptr< mesh::Mesh > | mesh_gen::createParticleMesh (const inp::MeshDeck &zmeshDeck, const geom::GeomData &zgeomDeck, const inp::ModelDeck *modelDeck, const std::string &modelName) |
| Build a reference-particle mesh: file, uniform rectangle, or in-process Gmsh. | |