WarpX
Loading...
Searching...
No Matches
ablastr::utils::enums Namespace Reference

Enumerations

enum class  GridType : int { Collocated , Staggered , Hybrid , Default = Staggered }
 
enum struct  PatchType { fine , coarse }
 

Enumeration Type Documentation

◆ GridType

enum class ablastr::utils::enums::GridType : int
strong

Type of grids used in a simulation:

Collocated at the same location (AMReX: all "NODAL"), staggered (Yee-style), or hybrid.

Enumerator
Collocated 
Staggered 
Hybrid 
Default 

◆ PatchType

Mesh-refinement patch

The fine or coarse patch (in terms of spatial resolution) on the same MR level. https://warpx.readthedocs.io/en/latest/theory/amr.html

Enumerator
fine 
coarse