chombo-discharge
Loading...
Searching...
No Matches
CD_EBRepresentation.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_EBREPRESENTATION_H
14#define CD_EBREPRESENTATION_H
15
16#include <CD_NamespaceHeader.H>
17
23{
24 ImplicitFunction,
25 Discrete,
26 Voxel,
27 Levelset
28};
29
30#include <CD_NamespaceFooter.H>
31
32#endif
EBRepresentation
Enum for putting some logic into how we think about EBs. This is just a simply supporting class for v...
Definition CD_EBRepresentation.H:23