12 #ifndef LIBRARY_HELMHOLTZOCLBEM3D_H_ 13 #define LIBRARY_HELMHOLTZOCLBEM3D_H_ 33 #include "helmholtzoclbem3d.c"
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 e...
void del_helmholtz_ocl_bem3d(pbem3d bem)
Delete a bem3d object for the Helmholtz equation.
unsigned uint
Unsigned integer type.
Definition: settings.h:70
double _Complex field
Field type.
Definition: settings.h:171
Representation of a triangle surface mesh.
Definition: surface3d.h:45
#define HEADER_PREFIX
Prefix for function declarations.
Definition: settings.h:43
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 m...
enum _basisfunctionbem3d basisfunctionbem3d
Definition: bem3d.h:181
Main container object for computation of BEM related matrices and vectors.
Definition: bem3d.h:290