Go to the source code of this file.
◆ validParams< FXIntegralBaseUserObjectParameters >()
Definition at line 14 of file FXntegralBaseUserObjectParameters.C.
18 params.addClassDescription(
19 "This UserObject interacts with a MooseApp through functional expansions.");
21 params.addRequiredParam<FunctionName>(
"function",
22 "The name of the FunctionSeries \"Function\" object with "
23 "which to generate this functional expansion.");
25 params.addParam<
bool>(
26 "keep_history",
false,
"Keep the expansion coefficients from previous solves");
28 params.addParam<
bool>(
"print_state",
false,
"Print the state of the zeroth instance each solve");
Referenced by validParams< FXBoundaryBaseUserObject >(), and validParams< FXVolumeUserObject >().