#include <AMReX_MLCellLinOp.H>
Public Member Functions | |
| __host__ __device__ Box const & | box () const noexcept |
Public Attributes | |
| Array4< T > | fab |
| Array4< T const > | bcval_lo |
| Array4< T const > | bcval_hi |
| Array4< int const > | mask_lo |
| Array4< int const > | mask_hi |
| T | bcloc_lo |
| T | bcloc_hi |
| Box | bx |
| BoundCond | bctype_lo |
| BoundCond | bctype_hi |
| int | blen |
| int | comp |
| int | dir |
|
inlinenoexcept |
| T amrex::MLMGABCTag< T >::bcloc_hi |
| T amrex::MLMGABCTag< T >::bcloc_lo |
| BoundCond amrex::MLMGABCTag< T >::bctype_hi |
| BoundCond amrex::MLMGABCTag< T >::bctype_lo |
| Array4<T const> amrex::MLMGABCTag< T >::bcval_hi |
| Array4<T const> amrex::MLMGABCTag< T >::bcval_lo |
| int amrex::MLMGABCTag< T >::blen |
| Box amrex::MLMGABCTag< T >::bx |
| int amrex::MLMGABCTag< T >::comp |
| int amrex::MLMGABCTag< T >::dir |
| Array4<T> amrex::MLMGABCTag< T >::fab |
| Array4<int const> amrex::MLMGABCTag< T >::mask_hi |
| Array4<int const> amrex::MLMGABCTag< T >::mask_lo |