| 
|   | ConstantViscosity (const GetPot &input, const std::string &material) | 
|   | Constructor with specified material.  More...
  | 
|   | 
|   | ConstantViscosity (const GetPot &input) | 
|   | Deprecated constructor.  More...
  | 
|   | 
| virtual  | ~ConstantViscosity () | 
|   | 
| libMesh::Real  | operator() () const  | 
|   | 
| libMesh::Real  | operator() (AssemblyContext &context, unsigned int qp) const  | 
|   | 
| libMesh::Real  | operator() (const libMesh::Point &p, const libMesh::Real time) | 
|   | 
| libMesh::Real  | operator() (const libMesh::Real T) const  | 
|   | 
| libMesh::Real  | deriv (const libMesh::Real T) const  | 
|   | 
| void  | init (libMesh::FEMSystem *) | 
|   | 
|   | ParameterUser (const std::string &user_name) | 
|   | 
| virtual  | ~ParameterUser () | 
|   | 
| virtual void  | set_parameter (libMesh::Number ¶m_variable, const GetPot &input, const std::string ¶m_name, libMesh::Number param_default) | 
|   | Each subclass can simultaneously read a parameter value from.  More...
  | 
|   | 
| virtual void  | set_parameter (libMesh::ParsedFunction< libMesh::Number, libMesh::Gradient > &func, const GetPot &input, const std::string &func_param_name, const std::string ¶m_default) | 
|   | Each subclass can simultaneously read a parsed function from.  More...
  | 
|   | 
| virtual void  | set_parameter (libMesh::ParsedFEMFunction< libMesh::Number > &func, const GetPot &input, const std::string &func_param_name, const std::string ¶m_default) | 
|   | Each subclass can simultaneously read a parsed function from.  More...
  | 
|   | 
| virtual void  | move_parameter (const libMesh::Number &old_parameter, libMesh::Number &new_parameter) | 
|   | When cloning an object, we need to update parameter pointers.  More...
  | 
|   | 
| virtual void  | move_parameter (const libMesh::ParsedFunction< libMesh::Number, libMesh::Gradient > &old_func, libMesh::ParsedFunction< libMesh::Number, libMesh::Gradient > &new_func) | 
|   | When cloning an object, we need to update parameter pointers.  More...
  | 
|   | 
| virtual void  | move_parameter (const libMesh::ParsedFEMFunction< libMesh::Number > &old_func, libMesh::ParsedFEMFunction< libMesh::Number > &new_func) | 
|   | When cloning an object, we need to update parameter pointers.  More...
  | 
|   | 
| virtual void  | register_parameter (const std::string ¶m_name, libMesh::ParameterMultiAccessor< libMesh::Number > ¶m_pointer) const  | 
|   | Each subclass will register its copy of an independent.  More...
  | 
|   | 
|   | ViscosityBase () | 
|   | 
| virtual  | ~ViscosityBase () | 
|   | 
Definition at line 43 of file constant_viscosity.h.