Standard history data management object.
More...
|
| const T & | GetIpHistoryData (const unsigned int cellNum, const unsigned int ipNum) const |
| | Returns the history data for a specific integration point. More...
|
| |
| T & | GetIpHistoryData (const unsigned int cellNum, const unsigned int ipNum) |
| | Returns the history data for a specific integration point. More...
|
| |
| void | InitializeHistoryData (const unsigned int numCells, const unsigned int ipsPerCell) |
| | Initializes the history data. More...
|
| |
template<typename T>
class HistoryDataContiguousMemory< T >
Standard history data management object.
- Template Parameters
-
| T | Data type of the history data |
Returns the history data for a specific integration point.
- Parameters
-
| cellNum | Number of the cell containing the integration point |
| ipNum | Number of the integration point |
- Returns
- History data of the integration point
Returns the history data for a specific integration point.
- Parameters
-
| cellNum | Number of the cell containing the integration point |
| ipNum | Number of the integration point |
- Returns
- History data of the integration point
Initializes the history data.
- Parameters
-
| numCells | Number of cells that access the history data |
| ipsPerCell | Number of integration points per cell |
The documentation for this class was generated from the following file: