22 #ifndef FUB_AMREX_MULTIFAB_UTILITIES_HPP 
   23 #define FUB_AMREX_MULTIFAB_UTILITIES_HPP 
   25 #include <AMReX_MultiFab.H> 
The amrex namespace.
Definition: AverageState.hpp:33
 
::amrex::Box GetInnerBox(const ::amrex::Box &box, int side, Direction dir, int width)
 
double GetMeanValueInBox(const ::amrex::MultiFab &data, const ::amrex::Box &box, int component)
 
Direction
This is a type safe type to denote a dimensional split direction.
Definition: Direction.hpp:30
 
IndexBox< Rank > Box(const BasicView< State, Layout, Rank > &view)
Definition: State.hpp:486