NiHu
2.0
|
Kernel of the 2d Laplace equation. More...
#include <laplace_kernel.hpp>
Public Member Functions | |
template<unsigned order> | |
void | eval (scalar r, scalar *f) const |
Evaluate the kernel and its derivatives. More... | |
Kernel of the 2d Laplace equation.
scalar | The space scalar type |
Definition at line 94 of file laplace_kernel.hpp.
|
inline |
Evaluate the kernel and its derivatives.
order | The derivative index |
[in] | r | The distance parameter |
[out] | f | Allocated space for the results |
Definition at line 138 of file laplace_kernel.hpp.