|
pbem3d | new_slp_helmholtz_bem3d (field k, pcsurface3d gr, uint q_regular, uint q_singular, basisfunctionbem3d row_basis, basisfunctionbem3d col_basis) |
| Creates a new bem3d-object for computation of single layer potential matrix of the Helmholtz equation. More...
|
|
pbem3d | new_dlp_helmholtz_bem3d (field k, pcsurface3d gr, uint q_regular, uint q_singular, basisfunctionbem3d row_basis, basisfunctionbem3d col_basis, field alpha) |
| Creates a new bem3d-object for computation of double layer potential matrix plus a scalar times the mass matrix of the Helmholtz equation. More...
|
|
pbem3d | new_adlp_helmholtz_bem3d (field k, pcsurface3d gr, uint q_regular, uint q_singular, basisfunctionbem3d row_basis, basisfunctionbem3d col_basis, field alpha) |
| Creates a new bem3d-object for computation of adjoint double layer potential matrix plus a scalar times the mass matrix of the Helmholtz equation. More...
|
|
void | del_helmholtz_bem3d (pbem3d bem) |
| Delete a bem3d object for the Helmholtz equation. More...
|
|
field | rhs_dirichlet_point_helmholtzbem3d (const real *x, const real *n, const void *data) |
| A function based upon the fundamental solution, that will serve as Dirichlet values. More...
|
|
field | rhs_neumann_point_helmholtzbem3d (const real *x, const real *n, const void *data) |
| A function based upon the fundamental solution, that will serve as Neumann values. More...
|
|
field | rhs_robin_point_helmholtzbem3d (const real *x, const real *n, const void *data) |
| A function based upon the fundamental solution, that will serve for Robin boundary conditions. More...
|
|
field | rhs_dirichlet_plane_helmholtzbem3d (const real *x, const real *n, const void *data) |
| A function based upon a plane wave, that will serve as Dirichlet values. More...
|
|
field | rhs_neumann_plane_helmholtzbem3d (const real *x, const real *n, const void *data) |
| A function based upon the plane wave, that will serve as Neumann values. More...
|
|
field | rhs_robin_plane_helmholtzbem3d (const real *x, const real *n, const void *data) |
| A function based upon the fundamental solution, that will serve for Robin boundary conditions. More...
|
|