11#ifndef MESH_GEN_PARTICLE_MESH_H
12#define MESH_GEN_PARTICLE_MESH_H
33std::shared_ptr<mesh::Mesh>
37 const std::string &modelName);
Collection of methods and database related to input.
std::shared_ptr< mesh::Mesh > 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.
Collection of methods and data related to finite element and mesh.
Input data for geometrical objects.
Structure to read and store mesh related input data.
Structure to read and store model related input data.