Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
amrex::MultiArray4< T > Struct Template Reference

#include <AMReX_FabArray.H>

Public Member Functions

__host__ __device__ Array4< T > const & operator[] (int li) const noexcept
 
__host__ __device__ operator bool () const noexcept
 

Public Attributes

Array4< T > const *restrict dp = nullptr
 
Array4< T > const *restrict hp = nullptr
 

Member Function Documentation

◆ operator bool()

template<typename T >
__host__ __device__ amrex::MultiArray4< T >::operator bool ( ) const
inlineexplicitnoexcept

◆ operator[]()

template<typename T >
__host__ __device__ Array4< T > const & amrex::MultiArray4< T >::operator[] ( int  li) const
inlinenoexcept

Member Data Documentation

◆ dp

template<typename T >
Array4<T> const* restrict amrex::MultiArray4< T >::dp = nullptr

◆ hp

template<typename T >
Array4<T> const* restrict amrex::MultiArray4< T >::hp = nullptr

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