Block-Structured AMR Software Framework
amrex::Array4PairTag< 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 > dfab
 
Array4< T const > sfab
 
Box dbox
 

Member Function Documentation

◆ box()

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

Member Data Documentation

◆ dbox

template<class T >
Box amrex::Array4PairTag< T >::dbox

◆ dfab

template<class T >
Array4<T > amrex::Array4PairTag< T >::dfab

◆ sfab

template<class T >
Array4<T const> amrex::Array4PairTag< T >::sfab

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