www.mooseframework.org
Classes | Functions
MutableCoefficientsInterface.h File Reference

Go to the source code of this file.

Classes

class  MutableCoefficientsInterface
 This class is designed to provide a uniform interface for any class that uses an array of coefficients for any of its operations. More...
 

Functions

template<>
InputParameters validParams< MutableCoefficientsInterface > ()
 

Function Documentation

◆ validParams< MutableCoefficientsInterface >()

template<>
InputParameters validParams< MutableCoefficientsInterface > ( )

Definition at line 19 of file MutableCoefficientsInterface.C.

20 {
21  InputParameters params = emptyInputParameters();
22 
23  params.addClassDescription("This interface universalizes the communication standards for "
24  "array-based coefficient transfers.");
25 
26  params.addParam<bool>("print_when_set", false, "Print the array of coefficients when set");
27 
28  return params;
29 }

Referenced by validParams< FXIntegralBaseUserObjectParameters >(), and validParams< MutableCoefficientsFunctionInterface >().