H2Lib
3.0
|
Go to the source code of this file.
Functions | |
pbem3d | new_slp_laplace_ocl_bem3d (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 supported by OpenCL. More... | |
pbem3d | new_dlp_laplace_ocl_bem3d (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 supported by OpenCL. More... | |
void | del_laplace_ocl_bem3d (pbem3d bem) |
Delete a bem3d object for the Laplace equation with OpenCL support. More... | |