Go to the source code of this file.
|
class | FunctionSeriesToAux |
| Specialization of FunctionAux that is designed to work specifically with FXs, namely that it is always processed at timestep_begin. More...
|
|
◆ validParams< FunctionSeriesToAux >()
Definition at line 17 of file FunctionSeriesToAux.C.
19 InputParameters params = validParams<FunctionAux>();
21 params.addClassDescription(
"AuxKernel to convert a functional expansion"
22 " (Functions object, type = FunctionSeries) to an AuxVariable");
25 params.set<ExecFlagEnum>(
"execute_on",
true) = EXEC_TIMESTEP_BEGIN;
27 params.suppressParameter<ExecFlagEnum>(
"execute_on");