Block-Structured AMR Software Framework
AMReX_EBSupport.H
Go to the documentation of this file.
1 #ifndef AMREX_EB_SUPPORT_H_
2 #define AMREX_EB_SUPPORT_H_
3 #include <AMReX_Config.H>
4 
5 namespace amrex {
6 
7  enum struct EBSupport : int {
8  none = 0,
9  basic = 1,
10  volume = 2,
11  full = 3
12  };
13 
14 }
15 
16 #endif
Definition: AMReX_Amr.cpp:49
EBSupport
Definition: AMReX_EBSupport.H:7
@ basic
EBCellFlag.
const int[]
Definition: AMReX_BLProfiler.cpp:1664