H2Lib
3.0
|
Go to the source code of this file.
Functions | |
pbem2d | new_slp_laplace_bem2d (pccurve2d gr, uint q, basisfunctionbem2d basis) |
Creates a new bem2d-object for computation of single layer potential matrix. More... | |
pbem2d | new_dlp_laplace_bem2d (pccurve2d gr, uint q, basisfunctionbem2d basis_neumann, basisfunctionbem2d basis_dirichlet, field alpha) |
Creates a new bem2d-object for computation of double layer potential matrix. More... | |
field | eval_dirichlet_linear_laplacebem2d (const real *x, const real *n) |
A simple linear harmonic function that will serve as dirichlet values. More... | |
field | eval_neumann_linear_laplacebem2d (const real *x, const real *n) |
A simple linear harmonic function that will serve as neumann values. More... | |
field | eval_dirichlet_quadratic_laplacebem2d (const real *x, const real *n) |
A simple quadratic harmonic function that will serve as dirichlet values. More... | |
field | eval_neumann_quadratic_laplacebem2d (const real *x, const real *n) |
A simple quadratic harmonic function that will serve as neumann values. More... | |