|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <driverData.hpp>
Public Member Functions | |
| nodeBC () | |
| ~nodeBC () | |
Public Attributes | |
| int | numNodes |
| GlobalID * | nodeIDs |
| int | fieldID |
| int | fieldSize |
| double ** | alpha |
| double ** | beta |
| double ** | gamma |
Definition at line 49 of file driverData.hpp.
|
inline |
Definition at line 51 of file driverData.hpp.
|
inline |
| int nodeBC::numNodes |
Definition at line 64 of file driverData.hpp.
Referenced by driverData::readData(), and ~nodeBC().
| GlobalID* nodeBC::nodeIDs |
Definition at line 65 of file driverData.hpp.
Referenced by driverData::readData(), and ~nodeBC().
| int nodeBC::fieldID |
Definition at line 66 of file driverData.hpp.
Referenced by driverData::readData().
| int nodeBC::fieldSize |
Definition at line 67 of file driverData.hpp.
Referenced by driverData::readData().
| double** nodeBC::alpha |
Definition at line 68 of file driverData.hpp.
Referenced by driverData::readData(), and ~nodeBC().
| double** nodeBC::beta |
Definition at line 69 of file driverData.hpp.
Referenced by driverData::readData(), and ~nodeBC().
| double** nodeBC::gamma |
Definition at line 70 of file driverData.hpp.
Referenced by driverData::readData(), and ~nodeBC().
1.8.5