PeriDEM
0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
annulusMesh3D.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.
8
*/
9
10
#ifndef MESH_GEN_ANNULUS_MESH_3D_H
11
#define MESH_GEN_ANNULUS_MESH_3D_H
12
13
namespace
geom
{
14
class
AnnulusGeomObject;
15
}
16
17
namespace
mesh_gen
{
18
20
void
buildAnnulus3DInCurrentModel
(
const
geom::AnnulusGeomObject
&a,
double
h);
21
22
}
// namespace mesh_gen
23
24
#endif
geom::AnnulusGeomObject
Defines annulus rectangle.
Definition
complexGeomObjects.h:27
geom
Definition
complexGeomObjects.cpp:42
mesh_gen
Definition
annulusMesh2D.cpp:20
mesh_gen::buildAnnulus3DInCurrentModel
void buildAnnulus3DInCurrentModel(const geom::AnnulusGeomObject &a, double h)
Definition
annulusMesh3D.cpp:143
src
mesh_gen
annulusMesh3D.h
Generated by
1.9.8