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< 1, T, 8, KER_GAUSSIAN > Struct Template Reference

Detailed Description

template<typename T>
struct Lap_PSE< 1, T, 8, KER_GAUSSIAN >

Definition at line 305 of file Kernels.hpp.

Public Member Functions

 Lap_PSE (T epsilon)
 
value (T(&x)[1], T(&y)[1])
 From a kernel centered in x, it give the value of the kernel in y. More...
 
value (T(&x)[1], const Point< 1, T > &y)
 From a kernel centered in x, it give the value of the kernel in y. More...
 
value (const Point< 1, T > &x, T(&y)[1])
 From a kernel centered in x, it give the value of the kernel in y. More...
 
value (const Point< 1, T > &x, const Point< 1, 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<typename T >
T Lap_PSE< 1, T, 8, KER_GAUSSIAN >::value ( T(&)  x[1],
T(&)  y[1] 
)
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 319 of file Kernels.hpp.

template<typename T >
T Lap_PSE< 1, T, 8, KER_GAUSSIAN >::value ( T(&)  x[1],
const Point< 1, 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 335 of file Kernels.hpp.

template<typename T >
T Lap_PSE< 1, T, 8, KER_GAUSSIAN >::value ( const Point< 1, T > &  x,
T(&)  y[1] 
)
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 351 of file Kernels.hpp.

template<typename T >
T Lap_PSE< 1, T, 8, KER_GAUSSIAN >::value ( const Point< 1, T > &  x,
const Point< 1, 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 367 of file Kernels.hpp.


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