18 params.
addClassDescription(
"Reporter with constant values to be accessed by other objects, can " 19 "be modified using transfers.");
21 params += addReporterTypeParams<int>(
"integer");
22 params += addReporterTypeParams<Real>(
"real");
23 params += addReporterTypeParams<std::string>(
"string");
24 params += addReporterTypeParams<dof_id_type>(
"dof_id_type");
25 params += addReporterTypeParams<Point>(
"point");
32 declareConstantReporterValues<int>(
"integer");
33 declareConstantReporterValues<Real>(
"real");
34 declareConstantReporterValues<std::string>(
"string");
35 declareConstantReporterValues<dof_id_type>(
"dof_id_type");
36 declareConstantReporterValues<Point>(
"point");
37 declareConstantVectorReporterValues<int>(
"integer");
38 declareConstantVectorReporterValues<Real>(
"real");
39 declareConstantVectorReporterValues<std::string>(
"string");
40 declareConstantVectorReporterValues<dof_id_type>(
"dof_id_type");
41 declareConstantVectorVectorReporterValues<int>(
"integer");
42 declareConstantVectorVectorReporterValues<Real>(
"real");
43 declareConstantVectorVectorReporterValues<std::string>(
"string");
44 declareConstantVectorVectorReporterValues<dof_id_type>(
"dof_id_type");
Reporter object that has a single execution of the "execute" method for for each execute flag...
ConstantReporter(const InputParameters ¶meters)
registerMooseObject("MooseApp", ConstantReporter)
static InputParameters validParams()
static InputParameters validParams()