#include <AMReX_Config.H>
#include <AMReX_EB2_IF_Base.H>
#include <AMReX_Array.H>
#include <AMReX_Tuple.H>
#include <algorithm>
#include <utility>
Go to the source code of this file.
|
| template<typename F > |
| Real | amrex::EB2::UIF_detail::do_max (const RealArray &p, F &&f) noexcept |
| |
| template<typename F , typename... Fs> |
| Real | amrex::EB2::UIF_detail::do_max (const RealArray &p, F &&f, Fs &... fs) noexcept |
| |
| template<typename F > |
| __host__ __device__ Real | amrex::EB2::UIF_detail::do_max (Real x, Real y, Real z, F &&f) noexcept |
| |
| template<typename F , typename... Fs> |
| __host__ __device__ Real | amrex::EB2::UIF_detail::do_max (Real x, Real y, Real z, F &&f, Fs &... fs) noexcept |
| |
| template<class... Fs> |
| constexpr UnionIF< std::decay_t< Fs > ... > | amrex::EB2::makeUnion (Fs &&... fs) |
| |