FunctorSmootherTempl< Real > FunctorSmoother
FunctorMaterials compute functor material properties.
This functor material smooths a functor material property.
SolveType
This enum must match the enum in the input parameters.
const std::vector< MooseFunctorName > _functors_in
Incoming functor(s) names.
const std::vector< MooseFunctorName > _functors_out
Smoothed functor(s) names.
static InputParameters validParams()
const MooseEnum _smoothing_technique
Smoothing technique to use.
const InputParameters & parameters() const
Get the parameters of the object.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...