chombo-discharge
CD_EBRepresentation.H
Go to the documentation of this file.
1 /* chombo-discharge
2  * Copyright © 2021 SINTEF Energy Research.
3  * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4  */
5 
12 #ifndef CD_EBRepresentation_H
13 #define CD_EBRepresentation_H
14 
15 #include <CD_NamespaceHeader.H>
16 
21 enum class EBRepresentation
22 {
23  ImplicitFunction,
24  Discrete,
25  Voxel,
26  Levelset
27 };
28 
29 #include <CD_NamespaceFooter.H>
30 
31 #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:22