Functions | |
| template<int dim> | |
| double | single_layer (const Point< dim > &R) |
| template<int dim> | |
| Point< dim > | double_layer (const Point< dim > &R) |
| template<int dim> | |
| void | kernels (const Point< dim > &R, Point< dim > &D, double &d) |
Definition at line 29 of file laplace_kernel.h.
| void LaplaceKernel::kernels | ( | const Point< dim > & | R, |
| Point< dim > & | D, | ||
| double & | d | ||
| ) |
Definition at line 45 of file laplace_kernel.h.
| double LaplaceKernel::single_layer | ( | const Point< dim > & | R | ) |
Definition at line 10 of file laplace_kernel.h.