PeriDEM
0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
builtinGmshGeometry.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2026 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#ifndef MESH_GEN_BUILTIN_GMSH_GEOMETRY_H
12
#define MESH_GEN_BUILTIN_GMSH_GEOMETRY_H
13
14
#include <string>
15
16
namespace
geom
{
17
class
GeomObject;
18
}
19
20
namespace
mesh_gen
{
21
33
void
buildGmshGeometryInCurrentModel
(
const
geom::GeomObject
&
geom
,
double
h);
34
35
}
// namespace mesh_gen
36
37
#endif
geom::GeomObject
Defines abstract geometrical domain.
Definition
geomObjects.h:122
geom
Definition
complexGeomObjects.cpp:42
mesh_gen
Definition
annulusMesh2D.cpp:20
mesh_gen::buildGmshGeometryInCurrentModel
void buildGmshGeometryInCurrentModel(const geom::GeomObject &g, double h)
Definition
builtinGmshGeometry.cpp:293
src
mesh_gen
builtinGmshGeometry.h
Generated by
1.9.8