|
Bemsolver 2.0
|
#include <bem.h>


Public Member Functions | |
| D3slowworld () | |
| ~D3slowworld () | |
| void | insert (D3electrode *el) |
| void | GetListOfBaseElements (PD3element *el, int *electrodeIndexLimit, int &cnt) |
| void | solve () |
| double | calc (double x, double y, double z) |
| void | draw () |
Protected Attributes | |
| double * | f |
| double * | dfdnAll |
| int * | electrodeIndexLimit |
| PD3element * | el |
| int | n |
| int | amountOfElectrodes |
| D3slowworld::D3slowworld | ( | ) |
| D3slowworld::~D3slowworld | ( | ) |
| double D3slowworld::calc | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| void D3slowworld::draw | ( | ) |
| void D3slowworld::GetListOfBaseElements | ( | PD3element * | el, |
| int * | electrodeIndexLimit, | ||
| int & | cnt | ||
| ) |
| void D3slowworld::insert | ( | D3electrode * | el | ) |
| void D3slowworld::solve | ( | ) |
int D3slowworld::amountOfElectrodes [protected] |
double* D3slowworld::dfdnAll [protected] |
PD3element* D3slowworld::el [protected] |
int* D3slowworld::electrodeIndexLimit [protected] |
double* D3slowworld::f [protected] |
int D3slowworld::n [protected] |
1.7.3