chombo-discharge
Loading...
Searching...
No Matches
CD_Tessellation.H
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
13#ifndef CD_TESSELLATION_H
14#define CD_TESSELLATION_H
15
16// Our includes
18#include <CD_NamespaceHeader.H>
19
24{
25public:
30
35};
36
37#include <CD_NamespaceFooter.H>
38
39#endif
Declaration of base class for defining geometries.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:37
A geometry consisting of a single polygon mesh read from an STL file.
Definition CD_Tessellation.H:24
~Tessellation()
Destructor.
Definition CD_Tessellation.cpp:51
Tessellation()
Constructor. Reads mesh file and input options via ParmParse.
Definition CD_Tessellation.cpp:28