Block-Structured AMR Software Framework
amrex::MLMGPSTag< T > Struct Template Reference

#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
 
bcllo
 
bclhi
 
Box bx
 
BoundCond bctlo
 
BoundCond bcthi
 
int blen
 
int comp
 
int dir
 

Member Function Documentation

◆ box()

template<typename T >
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Box const& amrex::MLMGPSTag< T >::box ( ) const
inlinenoexcept

Member Data Documentation

◆ bclhi

template<typename T >
T amrex::MLMGPSTag< T >::bclhi

◆ bcllo

template<typename T >
T amrex::MLMGPSTag< T >::bcllo

◆ bcthi

template<typename T >
BoundCond amrex::MLMGPSTag< T >::bcthi

◆ bctlo

template<typename T >
BoundCond amrex::MLMGPSTag< T >::bctlo

◆ blen

template<typename T >
int amrex::MLMGPSTag< T >::blen

◆ bx

template<typename T >
Box amrex::MLMGPSTag< T >::bx

◆ comp

template<typename T >
int amrex::MLMGPSTag< T >::comp

◆ dir

template<typename T >
int amrex::MLMGPSTag< T >::dir

◆ fhi

template<typename T >
Array4<T> amrex::MLMGPSTag< T >::fhi

◆ flo

template<typename T >
Array4<T> amrex::MLMGPSTag< T >::flo

◆ mhi

template<typename T >
Array4<int const> amrex::MLMGPSTag< T >::mhi

◆ mlo

template<typename T >
Array4<int const> amrex::MLMGPSTag< T >::mlo

The documentation for this struct was generated from the following file: