Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
amrex::EB2::LatheIF< F > Class Template Reference

#include <AMReX_EB2_IF_Lathe.H>

Public Member Functions

 LatheIF (F a_f)
 
Real operator() (const RealArray &p) const noexcept
 
template<class U = F, std::enable_if_t< IsGPUable< U >::value, int > = 0>
__host__ __device__ Real operator() (Real x, Real y, Real z) const noexcept
 

Protected Attributes

F m_f
 

Constructor & Destructor Documentation

◆ LatheIF()

template<class F >
amrex::EB2::LatheIF< F >::LatheIF ( F  a_f)
inline

Member Function Documentation

◆ operator()() [1/2]

template<class F >
Real amrex::EB2::LatheIF< F >::operator() ( const RealArray p) const
inlinenoexcept

◆ operator()() [2/2]

template<class F >
template<class U = F, std::enable_if_t< IsGPUable< U >::value, int > = 0>
__host__ __device__ Real amrex::EB2::LatheIF< F >::operator() ( Real  x,
Real  y,
Real  z 
) const
inlinenoexcept

Member Data Documentation

◆ m_f

template<class F >
F amrex::EB2::LatheIF< F >::m_f
protected

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