OpenFPM  5.2.0
Project that contain the implementation of distributed structures
RHSFunctor< DXX, DYY > Struct Template Reference

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 (laplacian_type &Lap, verletList_type &verletList)
 
void operator() (const state_type_2d_ofp &X, state_type_2d_ofp &dxdt, const double t) const
 
 RHSFunctor (laplacian_type &Lap, verletList_type &verletList)
 
void operator() (const state_type_2d_ofp &X, state_type_2d_ofp &dxdt, const double t) const
 
 RHSFunctor (laplacian_type &Lap, verletList_type &verletList)
 
void operator() (const state_type_2d_ofp_gpu &X, state_type_2d_ofp_gpu &dxdt, const double t) const
 
 RHSFunctor (vector_dist_type &vectorDist, CellList_type &cellList)
 
void operator() (state_type_7d_ofp &X, state_type_7d_ofp &dxdt, const double t)
 
 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
 
laplacian_type & Lap
 
verletList_type & verletList
 
double K = 0.053
 
double F = 0.014
 
double d1 = 2*1e-4
 
double d2 = 1*1e-4
 
CellList_type & cellList
 
vector_dist_typevectorDist
 
DXX & SDxx
 
DYY & SDyy
 
DZZ & SDzz
 

Detailed Description

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

Definition at line 145 of file main.cpp.


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