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

Detailed Description

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

Definition at line 829 of file vector_algebra_ofp_gpu.hpp.

Public Types

typedef void result_type
 

Public Member Functions

 rel_error (Fac1 eps_abs, Fac1 eps_rel, Fac1 a_x, Fac1 a_dxdt)
 
template<class T1 , class T2 , class T3 >
__device__ __host__ void operator() (T3 &t3, const T1 &t1, const T2 &t2) const
 

Data Fields

const Fac1 m_eps_abs
 
const Fac1 m_eps_rel
 
const Fac1 m_a_x
 
const Fac1 m_a_dxdt
 

Member Typedef Documentation

◆ result_type

template<class Fac1 = double>
typedef void boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::result_type

Definition at line 844 of file vector_algebra_ofp_gpu.hpp.

Constructor & Destructor Documentation

◆ rel_error()

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

Definition at line 833 of file vector_algebra_ofp_gpu.hpp.

Member Function Documentation

◆ operator()()

template<class Fac1 = double>
template<class T1 , class T2 , class T3 >
__device__ __host__ void boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::operator() ( T3 &  t3,
const T1 &  t1,
const T2 &  t2 
) const
inline

Definition at line 838 of file vector_algebra_ofp_gpu.hpp.

Field Documentation

◆ m_a_dxdt

template<class Fac1 = double>
const Fac1 boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::m_a_dxdt

Definition at line 831 of file vector_algebra_ofp_gpu.hpp.

◆ m_a_x

template<class Fac1 = double>
const Fac1 boost::numeric::odeint::ofp_operations::rel_error< Fac1 >::m_a_x

Definition at line 831 of file vector_algebra_ofp_gpu.hpp.

◆ m_eps_abs

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

Definition at line 831 of file vector_algebra_ofp_gpu.hpp.

◆ m_eps_rel

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

Definition at line 831 of file vector_algebra_ofp_gpu.hpp.


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