FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <InputData.hpp>
Public Member Functions | |
InputData () | |
~InputData () | |
bool | operator== (const InputData &rhs) |
bool | operator!= (const InputData &rhs) |
int | addElemID (int elemBlockID, int elemID) |
int | addElemMatrix (int elemBlockID, int elemID, std::vector< double > &matrixData) |
int | addElemRHS (int elemBlockID, int elemID, std::vector< double > &rhsData) |
Public Attributes | |
std::vector< int > | elemBlockIDs |
std::vector< std::vector< int > * > | elemIDs |
std::vector< std::vector < ElemContribution > * > | elemContributions |
Definition at line 50 of file InputData.hpp.
|
inline |
Definition at line 52 of file InputData.hpp.
|
inline |
Definition at line 53 of file InputData.hpp.
References elemIDs.
|
inline |
Definition at line 62 of file InputData.hpp.
References elemBlockIDs, elemContributions, and elemIDs.
|
inline |
Definition at line 95 of file InputData.hpp.
|
inline |
Definition at line 100 of file InputData.hpp.
References elemBlockIDs, elemContributions, and elemIDs.
|
inline |
Definition at line 128 of file InputData.hpp.
References elemBlockIDs, elemContributions, elemIDs, and ElemContribution::matrixContributions.
|
inline |
Definition at line 162 of file InputData.hpp.
References elemBlockIDs, elemContributions, elemIDs, and ElemContribution::rhsContributions.
std::vector<int> InputData::elemBlockIDs |
Definition at line 58 of file InputData.hpp.
Referenced by addElemID(), addElemMatrix(), addElemRHS(), and operator==().
std::vector<std::vector<int>*> InputData::elemIDs |
Definition at line 59 of file InputData.hpp.
Referenced by addElemID(), addElemMatrix(), addElemRHS(), operator==(), and ~InputData().
std::vector<std::vector<ElemContribution>*> InputData::elemContributions |
Definition at line 60 of file InputData.hpp.
Referenced by addElemID(), addElemMatrix(), addElemRHS(), and operator==().