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

#include <AMReX_TagParallelFor.H>

Public Member Functions

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Box const & box () const noexcept
 

Public Attributes

Array4< T > fab
 
Box bx
 
Dim3 offset
 

Member Function Documentation

◆ box()

template<class T >
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Box const& amrex::Array4BoxOffsetTag< T >::box ( ) const
inlinenoexcept

Member Data Documentation

◆ bx

template<class T >
Box amrex::Array4BoxOffsetTag< T >::bx

◆ fab

template<class T >
Array4<T> amrex::Array4BoxOffsetTag< T >::fab

◆ offset

template<class T >
Dim3 amrex::Array4BoxOffsetTag< T >::offset

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