OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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.
 
value (T(&x)[1], const Point< 1, T > &y)
 From a kernel centered in x, it give the value of the kernel in y.
 
value (const Point< 1, T > &x, T(&y)[1])
 From a kernel centered in x, it give the value of the kernel in y.
 
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.
 

Data Fields

epsilon
 

Constructor & Destructor Documentation

◆ Lap_PSE()

template<typename T >
Lap_PSE< 1, T, 8, KER_GAUSSIAN >::Lap_PSE ( epsilon)
inline

Definition at line 309 of file Kernels.hpp.

Member Function Documentation

◆ value() [1/4]

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.

◆ value() [2/4]

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.

◆ value() [3/4]

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.

◆ value() [4/4]

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.

Field Documentation

◆ epsilon

template<typename T >
T Lap_PSE< 1, T, 8, KER_GAUSSIAN >::epsilon

Definition at line 307 of file Kernels.hpp.


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