OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
boost::numeric::odeint::ofp_operations::rel_error_max< Fac1 > Struct Template Reference

Detailed Description

template<class Fac1 = double>
struct boost::numeric::odeint::ofp_operations::rel_error_max< Fac1 >

Definition at line 901 of file vector_algebra_ofp_gpu.hpp.

Public Member Functions

 rel_error_max (Fac1 eps_abs, Fac1 eps_rel)
 
template<class Res , class T1 , class T2 , class T3 >
__device__ __host__ Res operator() (Res r, const T1 &x_old, const T2 &x, const T3 &x_err)
 

Data Fields

const Fac1 m_eps_abs
 
const Fac1 m_eps_rel
 

Constructor & Destructor Documentation

◆ rel_error_max()

template<class Fac1 = double>
boost::numeric::odeint::ofp_operations::rel_error_max< Fac1 >::rel_error_max ( Fac1  eps_abs,
Fac1  eps_rel 
)
inline

Definition at line 905 of file vector_algebra_ofp_gpu.hpp.

Member Function Documentation

◆ operator()()

template<class Fac1 = double>
template<class Res , class T1 , class T2 , class T3 >
__device__ __host__ Res boost::numeric::odeint::ofp_operations::rel_error_max< Fac1 >::operator() ( Res  r,
const T1 &  x_old,
const T2 &  x,
const T3 &  x_err 
)
inline

Definition at line 910 of file vector_algebra_ofp_gpu.hpp.

Field Documentation

◆ m_eps_abs

template<class Fac1 = double>
const Fac1 boost::numeric::odeint::ofp_operations::rel_error_max< Fac1 >::m_eps_abs

Definition at line 903 of file vector_algebra_ofp_gpu.hpp.

◆ m_eps_rel

template<class Fac1 = double>
const Fac1 boost::numeric::odeint::ofp_operations::rel_error_max< Fac1 >::m_eps_rel

Definition at line 903 of file vector_algebra_ofp_gpu.hpp.


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