Scalable solving of boundary element methods utilizing the Green cross approximation method and GPUs
This project is maintained by Bennet Carstensen
#include "kernels.h"
Functions | |
real | laplace_kernel (const field *x, const field *y, const uint dim) |
Implementation of the fundamental solution of the negative Laplace operator \(- \Delta\) in 2D and 3D. More... | |
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 \(- \Delta\) in the i th component of the first operand in 2D and 3D. More... | |
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 \(- \Delta\) in the i th component of the second operand in 2D and 3D. More... | |