chombo-discharge
CD_BoxSorting.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_BoxSorting_H
13 #define CD_BoxSorting_H
14 
15 #include <CD_NamespaceHeader.H>
16 
20 enum class BoxSorting
21 {
22  None,
23  Std,
24  Shuffle,
25  Morton
26 };
27 
28 #include <CD_NamespaceFooter.H>
29 
30 #endif
BoxSorting
Enum for sorting boxes.
Definition: CD_BoxSorting.H:21