OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Fitz< DX, DY > Struct Template Reference

Detailed Description

template<typename DX, typename DY>
struct Fitz< DX, DY >

Definition at line 33 of file OdeIntegrator_grid_tests.cpp.

Public Member Functions

 Fitz (DX &m_ddx, DY &m_ddy)
 
void operator() (const state_type_2ode &x, state_type_2ode &dxdt, const double t) const
 
 Fitz (op_type &Lap)
 
void operator() (const state_type_2d_ofp &x, state_type_2d_ofp &dxdt, const double t) const
 

Data Fields

DX & ddx
 
DY & ddy
 
op_type & Lap
 

Constructor & Destructor Documentation

◆ Fitz() [1/2]

template<typename DX , typename DY >
Fitz< DX, DY >::Fitz ( DX &  m_ddx,
DY &  m_ddy 
)
inline

Definition at line 39 of file OdeIntegrator_grid_tests.cpp.

◆ Fitz() [2/2]

template<typename DX , typename DY >
Fitz< DX, DY >::Fitz ( op_type &  Lap)
inline

Definition at line 39 of file OdeIntegratores_base_tests.cpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename DX , typename DY >
void Fitz< DX, DY >::operator() ( const state_type_2d_ofp x,
state_type_2d_ofp dxdt,
const double  t 
) const
inline

Definition at line 42 of file OdeIntegratores_base_tests.cpp.

◆ operator()() [2/2]

template<typename DX , typename DY >
void Fitz< DX, DY >::operator() ( const state_type_2ode x,
state_type_2ode dxdt,
const double  t 
) const
inline

Definition at line 43 of file OdeIntegrator_grid_tests.cpp.

Field Documentation

◆ ddx

template<typename DX , typename DY >
DX& Fitz< DX, DY >::ddx

Definition at line 35 of file OdeIntegrator_grid_tests.cpp.

◆ ddy

template<typename DX , typename DY >
DY& Fitz< DX, DY >::ddy

Definition at line 36 of file OdeIntegrator_grid_tests.cpp.

◆ Lap

template<typename DX , typename DY >
op_type& Fitz< DX, DY >::Lap

Definition at line 35 of file OdeIntegratores_base_tests.cpp.


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