chombo-discharge
CD_CopyStrategy.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_CopyStrategy_H
13 #define CD_CopyStrategy_H
14 
15 #include <CD_NamespaceHeader.H>
16 
22 enum class CopyStrategy
23 {
24  Valid,
25  ValidGhost
26 };
27 #include <CD_NamespaceFooter.H>
28 
29 #endif
CopyStrategy
Enum for distinguishing how we copy data Valid => valid region ValidGhost => valid+ghost region.
Definition: CD_CopyStrategy.H:23