#include <AMReX_MLCellLinOp.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Box const & | box () const noexcept |
Public Attributes | |
Array4< T > | flo |
Array4< T > | fhi |
Array4< int const > | mlo |
Array4< int const > | mhi |
T | bcllo |
T | bclhi |
Box | bx |
BoundCond | bctlo |
BoundCond | bcthi |
int | blen |
int | comp |
int | dir |
|
inlinenoexcept |
T amrex::MLMGPSTag< T >::bclhi |
T amrex::MLMGPSTag< T >::bcllo |
BoundCond amrex::MLMGPSTag< T >::bcthi |
BoundCond amrex::MLMGPSTag< T >::bctlo |
int amrex::MLMGPSTag< T >::blen |
Box amrex::MLMGPSTag< T >::bx |
int amrex::MLMGPSTag< T >::comp |
int amrex::MLMGPSTag< T >::dir |
Array4<T> amrex::MLMGPSTag< T >::fhi |
Array4<T> amrex::MLMGPSTag< T >::flo |
Array4<int const> amrex::MLMGPSTag< T >::mhi |
Array4<int const> amrex::MLMGPSTag< T >::mlo |