HP-HEM
1.0.2
High Performance implementation of the Hybrid Electromagnetic Model
|
Go to the source code of this file.
Data Structures | |
struct | Grid |
Functions | |
int | number_segments (const Grid grid) |
int | number_nodes (const Grid grid) |
int | electrode_grid (const Grid grid, Electrode *electrodes, double *nodes) |
Populates electrodes and nodes arrays given a Grid structure.
grid | structure |
electrodes | array to be filled |
nodes | array to be filled |
int number_nodes | ( | const Grid | grid | ) |
Returns how many nodes the grid has.