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

#include <AMReX_EB2_IF_Extrusion.H>

Public Member Functions

 ExtrusionIF (F a_f, int direction)
 
Real operator() (const RealArray &p) const
 
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
 
int m_direction
 

Constructor & Destructor Documentation

◆ ExtrusionIF()

template<class F >
amrex::EB2::ExtrusionIF< F >::ExtrusionIF ( F  a_f,
int  direction 
)
inline

Member Function Documentation

◆ operator()() [1/2]

template<class F >
Real amrex::EB2::ExtrusionIF< F >::operator() ( const RealArray p) const
inline

◆ operator()() [2/2]

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

Member Data Documentation

◆ m_direction

template<class F >
int amrex::EB2::ExtrusionIF< F >::m_direction
protected

◆ m_f

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

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