![]() |
H2Lib
3.0
|
Struct of callback functions for different quadrature cases that arise in the nearfield computation. More...
#include <oclbem3d.h>
Data Fields | |
| void(* | dist )(void *) |
| Callback for distant triangles. | |
| void(* | vert )(void *) |
| Callback for triangles with common vertex. | |
| void(* | edge )(void *) |
| Callback for triangles with common edge. | |
| void(* | iden )(void *) |
| Callback for identical triangles. | |
| void(* | sing_cpu )(void *) |
| Callback CPU computation. | |
Struct of callback functions for different quadrature cases that arise in the nearfield computation.
1.8.11