virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
This class is here to combine the VectorPostprocessor interface and the base class VectorPostprocesso...
static InputParameters validParams()
std::map< std::string, VectorPostprocessorValue * > _column_data
The vector variables storing the data read from the csv.
CSVReaderVectorPostprocessor(const InputParameters ¶meters)
virtual void execute() override
Execute method.