19 params.
addRequiredParam<std::vector<Real>>(
"times",
"Times to store in the times vector");
22 params.
set<
bool>(
"auto_broadcast") =
false;
29 _times = getParam<std::vector<Real>>(
"times");
Times objects are under the hood Reporters, but limited to a vector of Real.
static InputParameters validParams()
std::vector< Real > & _times
The vector holding the times.