![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Functions | |
| size_t | meshDimForBuiltin (const std::string &deckName, const std::shared_ptr< geom::GeomObject > &obj) |
| Model dimension for mesh deck (annulus deck names map to annulus_object with d_dim set). | |
| bool | testCircleMeshWritesFiles () |
| Circle: write .msh and .vtk via the built-in Gmsh path (file I/O check). | |
| bool | builtinMeshCheckForGeometry (const std::string &geomName, double s) |
| For one acceptable geometry name: exampleGeomParams → mesh in memory → non-empty nodes, every node inside geom::box() (loose tolerance). | |
| bool anonymous_namespace{testMeshGen.cpp}::builtinMeshCheckForGeometry | ( | const std::string & | geomName, |
| double | s | ||
| ) |
For one acceptable geometry name: exampleGeomParams → mesh in memory → non-empty nodes, every node inside geom::box() (loose tolerance).
Definition at line 81 of file testMeshGen.cpp.
References builtinMeshCheckForGeometry(), inp::MeshDeck::d_filename, inp::MeshDeck::d_hMeshing, mesh_gen::generateBuiltinParticleMeshGmsh(), inp::ModelDeck::getExampleJson(), util::io::log(), geom::makeExampleGeomObject(), and meshDimForBuiltin().
Referenced by builtinMeshCheckForGeometry(), and main().
| size_t anonymous_namespace{testMeshGen.cpp}::meshDimForBuiltin | ( | const std::string & | deckName, |
| const std::shared_ptr< geom::GeomObject > & | obj | ||
| ) |
Model dimension for mesh deck (annulus deck names map to annulus_object with d_dim set).
Definition at line 33 of file testMeshGen.cpp.
References geom::AnnulusGeomObject::d_dim, geom::getGeomTypeToDim(), and meshDimForBuiltin().
Referenced by builtinMeshCheckForGeometry(), and meshDimForBuiltin().
| bool anonymous_namespace{testMeshGen.cpp}::testCircleMeshWritesFiles | ( | ) |
Circle: write .msh and .vtk via the built-in Gmsh path (file I/O check).
Definition at line 42 of file testMeshGen.cpp.
References mesh_gen::generateBuiltinParticleMeshGmsh(), util::io::log(), and testCircleMeshWritesFiles().
Referenced by main(), and testCircleMeshWritesFiles().