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
16namespace geom {
17class GeomObject;
18}
19
20namespace mesh_gen {
21
34
35} // namespace mesh_gen
36
37#endif
Defines abstract geometrical domain.
void buildGmshGeometryInCurrentModel(const geom::GeomObject &g, double h)