19 params.
addRequiredParam<std::vector<Real>>(
"times",
"Times to store in the times vector");
22 params.
set<
bool>(
"auto_broadcast") =
false;
23 params.
set<
bool>(
"dynamic_time_sequence") =
false;
30 _input_times(isParamValid(
"times") ? getParam<
std::vector<
Real>>(
"times") :
std::vector<
Real>())
Times objects are under the hood Reporters, but limited to a vector of Real.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
std::vector< Real > & _times
The vector holding the times.