Reporter object that has a single execution of the "execute" method for for each execute flag...
void dataLoad(std::istream &, const SolutionInvalidity *&, void *)
void execute() override
Execute method.
void initialize() override
Called before execute() is ever called so that data can be cleared.
The SolutionInvalidity will contain all the information about the occurrence(s) of solution invalidit...
void finalize() override
Finalize.
void to_json(nlohmann::json &json, const SolutionInvalidity *const &solution_invalidity)
Reports the summary table of solution invalid warnings.
const InputParameters & parameters() const
Get the parameters of the object.
SolutionInvalidityReporter(const InputParameters ¶meters)
void dataStore(std::ostream &, const SolutionInvalidity *&, void *)
Store and load methods for const SolutionInvalidity *, used in the SolutionInvalidityReporter, which does nothing.
static InputParameters validParams()