OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Lap_PSE< dim, T, ord, impl > Struct Template Reference

Implementation of the Laplacian kernels for PSE. More...

Detailed Description

template<unsigned int dim, typename T, unsigned int ord = 2, unsigned int impl = KER_GAUSSIAN>
struct Lap_PSE< dim, T, ord, impl >

Implementation of the Laplacian kernels for PSE.

Template Parameters
dimDimension
Ttype order pf approximation (default 2) TYPE of kernel

Definition at line 25 of file Kernels.hpp.

#include <Kernels.hpp>

Public Member Functions

 Lap_PSE (T epsilon)
 
value (T(&x)[dim], T(&y)[dim])
 From a kernel centered in x, it give the value of the kernel in y. More...
 
value (T(&x)[dim], const Point< dim, T > &y)
 From a kernel centered in x, it give the value of the kernel in y. More...
 
value (const Point< dim, T > &x, T(&y)[dim])
 From a kernel centered in x, it give the value of the kernel in y. More...
 
value (const Point< dim, T > &x, const Point< dim, T > &y)
 From a kernel centered in x, it give the value of the kernel in y. More...
 

Data Fields

epsilon
 

Member Function Documentation

template<unsigned int dim, typename T, unsigned int ord = 2, unsigned int impl = KER_GAUSSIAN>
T Lap_PSE< dim, T, ord, impl >::value ( T(&)  x[dim],
T(&)  y[dim] 
)
inline

From a kernel centered in x, it give the value of the kernel in y.

Parameters
xcenter of the kernel
ywhere we calculate the kernel

Definition at line 39 of file Kernels.hpp.

template<unsigned int dim, typename T, unsigned int ord = 2, unsigned int impl = KER_GAUSSIAN>
T Lap_PSE< dim, T, ord, impl >::value ( T(&)  x[dim],
const Point< dim, T > &  y 
)
inline

From a kernel centered in x, it give the value of the kernel in y.

Parameters
xcenter of the kernel
ywhere we calculate the kernel

Definition at line 51 of file Kernels.hpp.

template<unsigned int dim, typename T, unsigned int ord = 2, unsigned int impl = KER_GAUSSIAN>
T Lap_PSE< dim, T, ord, impl >::value ( const Point< dim, T > &  x,
T(&)  y[dim] 
)
inline

From a kernel centered in x, it give the value of the kernel in y.

Parameters
xcenter of the kernel
ywhere we calculate the kernel

Definition at line 63 of file Kernels.hpp.

template<unsigned int dim, typename T, unsigned int ord = 2, unsigned int impl = KER_GAUSSIAN>
T Lap_PSE< dim, T, ord, impl >::value ( const Point< dim, T > &  x,
const Point< dim, T > &  y 
)
inline

From a kernel centered in x, it give the value of the kernel in y.

Parameters
xcenter of the kernel
ywhere we calculate the kernel

Definition at line 75 of file Kernels.hpp.


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