PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
annulusMesh2D.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_2D_H
11#define MESH_GEN_ANNULUS_MESH_2D_H
12
13namespace geom {
14class AnnulusGeomObject;
15}
16
17namespace mesh_gen {
18
21
22} // namespace mesh_gen
23
24#endif
Defines annulus rectangle.
void buildAnnulus2DInCurrentModel(const geom::AnnulusGeomObject &a, double h)