OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
ApplyField< T > Struct Template Reference

Public Member Functions

 ApplyField (T c, double r, double epsilon, double alpha)
 
void operator() (std::size_t i, std::size_t j, PartBunch &P, Vektor< double, 3 > &shift) const
 

Public Attributes

T C
 
double R
 
double eps
 
double a
 

Detailed Description

template<class T>
struct ApplyField< T >

Definition at line 69 of file P3MPoissonSolver.cpp.

Constructor & Destructor Documentation

template<class T >
ApplyField< T >::ApplyField ( T  c,
double  r,
double  epsilon,
double  alpha 
)
inline

Definition at line 70 of file P3MPoissonSolver.cpp.

Member Function Documentation

template<class T >
void ApplyField< T >::operator() ( std::size_t  i,
std::size_t  j,
PartBunch P,
Vektor< double, 3 > &  shift 
) const
inline

Member Data Documentation

template<class T >
double ApplyField< T >::a

Definition at line 103 of file P3MPoissonSolver.cpp.

Referenced by ApplyField< T >::operator()().

template<class T >
T ApplyField< T >::C

Definition at line 100 of file P3MPoissonSolver.cpp.

Referenced by ApplyField< T >::operator()().

template<class T >
double ApplyField< T >::eps

Definition at line 102 of file P3MPoissonSolver.cpp.

Referenced by ApplyField< T >::operator()().

template<class T >
double ApplyField< T >::R

Definition at line 101 of file P3MPoissonSolver.cpp.


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