|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <driverData.hpp>
Public Member Functions | |
| sharedNodes () | |
| ~sharedNodes () | |
Public Attributes | |
| int | numNodes |
| GlobalID * | nodeIDs |
| int * | numProcsPerNode |
| int ** | sharedProcIDs |
Definition at line 109 of file driverData.hpp.
|
inline |
Definition at line 111 of file driverData.hpp.
|
inline |
Definition at line 112 of file driverData.hpp.
References nodeIDs, numNodes, numProcsPerNode, and sharedProcIDs.
| int sharedNodes::numNodes |
Definition at line 120 of file driverData.hpp.
Referenced by driverData::call_fei_method(), driverData::readData(), and ~sharedNodes().
| GlobalID* sharedNodes::nodeIDs |
Definition at line 121 of file driverData.hpp.
Referenced by driverData::call_fei_method(), driverData::readData(), and ~sharedNodes().
| int* sharedNodes::numProcsPerNode |
Definition at line 122 of file driverData.hpp.
Referenced by driverData::call_fei_method(), driverData::readData(), and ~sharedNodes().
| int** sharedNodes::sharedProcIDs |
Definition at line 123 of file driverData.hpp.
Referenced by driverData::call_fei_method(), driverData::readData(), and ~sharedNodes().
1.8.5