Block-Structured AMR Software Framework
amrex::MLMGABCTag< 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 > fab
 
Array4< T const > bcval_lo
 
Array4< T const > bcval_hi
 
Array4< int const > mask_lo
 
Array4< int const > mask_hi
 
bcloc_lo
 
bcloc_hi
 
Box bx
 
BoundCond bctype_lo
 
BoundCond bctype_hi
 
int blen
 
int comp
 
int dir
 

Member Function Documentation

◆ box()

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

Member Data Documentation

◆ bcloc_hi

template<typename T >
T amrex::MLMGABCTag< T >::bcloc_hi

◆ bcloc_lo

template<typename T >
T amrex::MLMGABCTag< T >::bcloc_lo

◆ bctype_hi

template<typename T >
BoundCond amrex::MLMGABCTag< T >::bctype_hi

◆ bctype_lo

template<typename T >
BoundCond amrex::MLMGABCTag< T >::bctype_lo

◆ bcval_hi

template<typename T >
Array4<T const> amrex::MLMGABCTag< T >::bcval_hi

◆ bcval_lo

template<typename T >
Array4<T const> amrex::MLMGABCTag< T >::bcval_lo

◆ blen

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

◆ bx

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

◆ comp

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

◆ dir

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

◆ fab

template<typename T >
Array4<T> amrex::MLMGABCTag< T >::fab

◆ mask_hi

template<typename T >
Array4<int const> amrex::MLMGABCTag< T >::mask_hi

◆ mask_lo

template<typename T >
Array4<int const> amrex::MLMGABCTag< T >::mask_lo

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