A structure for storing the various lists that contain the names of the items to be exported. More...
#include <AdvancedOutputUtils.h>
Public Attributes | |
std::set< std::string > | available |
A list of all possible outputs. More... | |
std::set< std::string > | show |
User-supplied list of outputs to display. More... | |
std::set< std::string > | hide |
User-supplied list of outputs to hide. More... | |
std::set< std::string > | output |
A list of the outputs to write. More... | |
A structure for storing the various lists that contain the names of the items to be exported.
An instance of this struct exists for each of the output types (non-linear variables, scalar variables, postprocessors, etc.)
Definition at line 28 of file AdvancedOutputUtils.h.
std::set<std::string> OutputData::available |
A list of all possible outputs.
Definition at line 31 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::initialSetup(), AdvancedOutput::initOutputList(), and AdvancedOutput::initPostprocessorOrVectorPostprocessorLists().
std::set<std::string> OutputData::hide |
User-supplied list of outputs to hide.
Definition at line 37 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::initialSetup(), and AdvancedOutput::initOutputList().
std::set<std::string> OutputData::output |
A list of the outputs to write.
Definition at line 40 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::initOutputList().
std::set<std::string> OutputData::show |
User-supplied list of outputs to display.
Definition at line 34 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::initialSetup(), and AdvancedOutput::initOutputList().