Block-Structured AMR Software Framework
amrex::NullInterpHook< MFFAB > Struct Template Reference

#include <AMReX_FillPatchUtil.H>

Public Member Functions

template<class F = MFFAB, std::enable_if_t< IsBaseFab< F >::value, int > = 0>
void operator() (MFFAB &, const Box &, int, int) const
 
template<class F = MFFAB, std::enable_if_t< IsBaseFab< F >::value, int > = 0>
void operator() (Array< MFFAB *, AMREX_SPACEDIM >, const Box &, int, int) const
 
template<class F = MFFAB, std::enable_if_t< IsFabArray< F >::value, int > = 0>
void operator() (MFFAB &, int, int) const
 

Member Function Documentation

◆ operator()() [1/3]

template<typename MFFAB >
template<class F = MFFAB, std::enable_if_t< IsBaseFab< F >::value, int > = 0>
void amrex::NullInterpHook< MFFAB >::operator() ( Array< MFFAB *, AMREX_SPACEDIM >  ,
const Box ,
int  ,
int   
) const
inline

◆ operator()() [2/3]

template<typename MFFAB >
template<class F = MFFAB, std::enable_if_t< IsBaseFab< F >::value, int > = 0>
void amrex::NullInterpHook< MFFAB >::operator() ( MFFAB &  ,
const Box ,
int  ,
int   
) const
inline

◆ operator()() [3/3]

template<typename MFFAB >
template<class F = MFFAB, std::enable_if_t< IsFabArray< F >::value, int > = 0>
void amrex::NullInterpHook< MFFAB >::operator() ( MFFAB &  ,
int  ,
int   
) const
inline

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