Block-Structured AMR Software Framework
amrex::experimental::detail::parfor_mf_detail Namespace Reference

Functions

template<typename F >
AMREX_GPU_DEVICE auto call_f (F const &f, int b, int i, int j, int k, int) noexcept -> decltype(f(0, 0, 0, 0))
 

Function Documentation

◆ call_f()

template<typename F >
AMREX_GPU_DEVICE auto amrex::experimental::detail::parfor_mf_detail::call_f ( F const &  f,
int  b,
int  i,
int  j,
int  k,
int  n 
) -> decltype(f(0,0,0,0))
noexcept