FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <driverData.hpp>
Public Member Functions | |
putBlockFieldNodeSolution () | |
~putBlockFieldNodeSolution () | |
Public Attributes | |
int | elemBlockID |
int | fieldID |
int | fieldSize |
int | numNodes |
GlobalID * | nodeIDs |
double * | estimates |
Definition at line 148 of file driverData.hpp.
|
inline |
Definition at line 150 of file driverData.hpp.
|
inline |
Definition at line 151 of file driverData.hpp.
int putBlockFieldNodeSolution::elemBlockID |
Definition at line 153 of file driverData.hpp.
Referenced by driverData::call_fei_method(), and driverData::readData().
int putBlockFieldNodeSolution::fieldID |
Definition at line 154 of file driverData.hpp.
Referenced by driverData::call_fei_method(), and driverData::readData().
int putBlockFieldNodeSolution::fieldSize |
Definition at line 155 of file driverData.hpp.
Referenced by driverData::readData().
int putBlockFieldNodeSolution::numNodes |
Definition at line 156 of file driverData.hpp.
Referenced by driverData::call_fei_method(), and driverData::readData().
GlobalID* putBlockFieldNodeSolution::nodeIDs |
Definition at line 157 of file driverData.hpp.
Referenced by driverData::call_fei_method(), driverData::readData(), and ~putBlockFieldNodeSolution().
double* putBlockFieldNodeSolution::estimates |
Definition at line 158 of file driverData.hpp.
Referenced by driverData::call_fei_method(), driverData::readData(), and ~putBlockFieldNodeSolution().