Block-Structured AMR Software Framework
amrex::Array4BoxValTag< 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
 
Box dbox
 
val
 

Member Function Documentation

◆ box()

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

Member Data Documentation

◆ dbox

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

◆ dfab

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

◆ val

template<class T >
T amrex::Array4BoxValTag< T >::val

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