OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
RHSFunctor< DXX, DYY > Struct Template Reference

Detailed Description

template<typename DXX, typename DYY>
struct RHSFunctor< DXX, DYY >

Definition at line 141 of file main.cpp.

Public Member Functions

 RHSFunctor (DXX &Dxx, DYY &Dyy)
 
void operator() (const state_type_2d_ofp &X, state_type_2d_ofp &dxdt, const double t) const
 
 RHSFunctor (DXX &Dxx, DYY &Dyy)
 
void operator() (const state_type_2d_ofp &X, state_type_2d_ofp &dxdt, const double t) const
 
 RHSFunctor (DXX &SDxx, DYY &SDyy, DZZ &SDzz)
 
void operator() (const state_type_1d_ofp &X, state_type_1d_ofp &dxdt, const double t) const
 

Data Fields

DXX & Dxx
 
DYY & Dyy
 
DXX & SDxx
 
DYY & SDyy
 
DZZ & SDzz
 

Constructor & Destructor Documentation

◆ RHSFunctor() [1/3]

template<typename DXX , typename DYY >
RHSFunctor< DXX, DYY >::RHSFunctor ( DXX &  Dxx,
DYY &  Dyy 
)
inline

Definition at line 147 of file main.cpp.

◆ RHSFunctor() [2/3]

template<typename DXX , typename DYY >
RHSFunctor< DXX, DYY >::RHSFunctor ( DXX &  Dxx,
DYY &  Dyy 
)
inline

Definition at line 122 of file main2.cpp.

◆ RHSFunctor() [3/3]

template<typename DXX , typename DYY >
RHSFunctor< DXX, DYY >::RHSFunctor ( DXX &  SDxx,
DYY &  SDyy,
DZZ &  SDzz 
)
inline

Definition at line 124 of file Bump.cpp.

Member Function Documentation

◆ operator()() [1/3]

template<typename DXX , typename DYY >
void RHSFunctor< DXX, DYY >::operator() ( const state_type_1d_ofp X,
state_type_1d_ofp dxdt,
const double  t 
) const
inline

Definition at line 127 of file Bump.cpp.

◆ operator()() [2/3]

template<typename DXX , typename DYY >
void RHSFunctor< DXX, DYY >::operator() ( const state_type_2d_ofp X,
state_type_2d_ofp dxdt,
const double  t 
) const
inline

Definition at line 150 of file main.cpp.

◆ operator()() [3/3]

template<typename DXX , typename DYY >
void RHSFunctor< DXX, DYY >::operator() ( const state_type_2d_ofp X,
state_type_2d_ofp dxdt,
const double  t 
) const
inline

Definition at line 125 of file main2.cpp.

Field Documentation

◆ Dxx

template<typename DXX , typename DYY >
DXX & RHSFunctor< DXX, DYY >::Dxx

Definition at line 144 of file main.cpp.

◆ Dyy

template<typename DXX , typename DYY >
DYY & RHSFunctor< DXX, DYY >::Dyy

Definition at line 145 of file main.cpp.

◆ SDxx

template<typename DXX , typename DYY >
DXX& RHSFunctor< DXX, DYY >::SDxx

Definition at line 120 of file Bump.cpp.

◆ SDyy

template<typename DXX , typename DYY >
DYY& RHSFunctor< DXX, DYY >::SDyy

Definition at line 121 of file Bump.cpp.

◆ SDzz

template<typename DXX , typename DYY >
DZZ& RHSFunctor< DXX, DYY >::SDzz

Definition at line 122 of file Bump.cpp.


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