PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
meshGenerator.h File Reference
#include <memory>
#include <string>
Include dependency graph for meshGenerator.h:
This graph shows which files directly or indirectly include this file:

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

void mesh_gen::generateBuiltinParticleMeshGmsh (const std::shared_ptr< geom::GeomObject > &geomObj, double h, const std::string &filenameStem, bool vtk_out, bool write_mesh_file, mesh::Mesh *out_mesh, const inp::MeshDeck *meshDeck, const inp::ModelDeck *modelDeck)
 In-process Gmsh mesh from geom::GeomObject (after createGeomObject on deck / Particle data).