H2Lib
3.0
|
Struct to store input data for multiple calls to nearfield integration routine. More...
#include <oclbem3d.h>
Data Fields | |
pcbem3d | bem |
bem3d object. | |
field * | N |
Matrix to store all matrix coefficients. | |
uint * | ridx |
Array of all row indices. | |
uint * | cidx |
Array of all column indices. | |
bool * | trans |
Array of all 'trans' flags. | |
field ** | addr |
Array of memory addresses, that point to the locations where every single entry has to be stored. | |
size_t | pos |
current fill position in all above mentioned arrays. | |
op_callbacks * | op_cb |
Set of callback functions for the current operator. | |
Struct to store input data for multiple calls to nearfield integration routine.