https://mooseframework.inl.gov
Classes | Functions
MooseParsedFunctionBase.h File Reference

Go to the source code of this file.

Classes

class  MooseParsedFunctionBase
 Adds user facing parameters for parsed function. More...
 

Functions

template<typename T >
InputParameters validParams ()
 Creates the 'vars' and 'vals' parameters used by all ParsedFunctions, the parameters provided from this function should be appended to the parameters for the class using the += operator. More...
 

Function Documentation

◆ validParams()

template<typename T >
InputParameters validParams ( )

Creates the 'vars' and 'vals' parameters used by all ParsedFunctions, the parameters provided from this function should be appended to the parameters for the class using the += operator.

See also
MooseParsedFunction, MooseParsedGradFunction, MooseParsedVectorFunction