H2Lib
3.0
|
Go to the source code of this file.
Functions | |
pbem3d | new_slp_helmholtz_ocl_bem3d (field k, pcsurface3d gr, uint q_regular, uint q_singular, basisfunctionbem3d row_basis, basisfunctionbem3d col_basis) |
Creates a new bem3d-object for OpenCL computation of single layer potential matrix of the Helmholtz equation. More... | |
pbem3d | new_dlp_helmholtz_ocl_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... | |
void | del_helmholtz_ocl_bem3d (pbem3d bem) |
Delete a bem3d object for the Helmholtz equation. More... | |