28 static const real
r_four_pi = 0.0795774715459476679;
130 #endif // GREENCROSS_H static const real r_minus_pi
Definition: kernels.h:31
HEADER_PREFIX real laplace_kernel(const field *x, const field *y, const uint dim)
Implementation of the fundamental solution of the negative Laplace operator in 2D and 3D...
Definition: kernels.c:20
HEADER_PREFIX real pdx_laplace_kernel(const field *x, const field *y, const uint dim, const uint i)
Calculates the partial derivative of the negative Laplace operator in the i th component of the firs...
Definition: kernels.c:38
static const real r_minus_two_pi
Definition: kernels.h:25
static const real r_four_pi
Definition: kernels.h:28
HEADER_PREFIX real pdy_laplace_kernel(const field *x, const field *y, const uint dim, const uint i)
Calculates the partial derivative of the negative Laplace operator in the i th component of the seco...
Definition: kernels.c:58