chombo-discharge
Loading...
Searching...
No Matches
CD_Rod.H
Go to the documentation of this file.
1/* chombo-discharge
2 * Copyright © 2025 SINTEF Energy Research.
3 * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4 */
5
12#ifndef CD_Rod_H
13#define CD_Rod_H
14
15// Our includes
17#include <CD_EBGeometryIF.H>
18#include <CD_NamespaceHeader.H>
19
21{
22public:
27 Rod() noexcept;
28
32 virtual ~Rod() noexcept = default;
33};
34
35#include <CD_NamespaceFooter.H>
36
37#endif
Declaration of base class for defining geometries.
Binding of EBGeometry signed distance functions to Chombo objcts.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:36
Definition CD_Rod.H:21
Rod() noexcept
Full constructor.
Definition CD_Rod.cpp:22
virtual ~Rod() noexcept=default
Destructor (does nothing)