Vector of pairs representing the declared vectors (vector name, vector DS) The vector DS is a data structure containing a current and old container (vector of Reals) More...
Public Member Functions | |
VectorPostprocessorVectors () | |
VectorPostprocessorVectors (VectorPostprocessorVectors &&)=default | |
VectorPostprocessorVectors & | operator= (VectorPostprocessorVectors &&)=default |
Public Attributes | |
std::vector< std::pair< std::string, VectorPostprocessorState > > | _values |
bool | _contains_complete_history |
Boolean indicating whether these vectors contain complete history (append mode) More... | |
bool | _is_broadcast |
Boolean indicating whether the vector will already be replicated in parallel by the VPP. More... | |
bool | _needs_old |
Boolean indicating whether any old vectors have been requested. More... | |
Vector of pairs representing the declared vectors (vector name, vector DS) The vector DS is a data structure containing a current and old container (vector of Reals)
Definition at line 160 of file VectorPostprocessorData.h.
VectorPostprocessorData::VectorPostprocessorVectors::VectorPostprocessorVectors | ( | ) |
Definition at line 270 of file VectorPostprocessorData.C.
|
default |
|
default |
bool VectorPostprocessorData::VectorPostprocessorVectors::_contains_complete_history |
Boolean indicating whether these vectors contain complete history (append mode)
Definition at line 173 of file VectorPostprocessorData.h.
bool VectorPostprocessorData::VectorPostprocessorVectors::_is_broadcast |
Boolean indicating whether the vector will already be replicated in parallel by the VPP.
Definition at line 176 of file VectorPostprocessorData.h.
bool VectorPostprocessorData::VectorPostprocessorVectors::_needs_old |
Boolean indicating whether any old vectors have been requested.
Definition at line 179 of file VectorPostprocessorData.h.
std::vector<std::pair<std::string, VectorPostprocessorState> > VectorPostprocessorData::VectorPostprocessorVectors::_values |
Definition at line 170 of file VectorPostprocessorData.h.