www.mooseframework.org
Functions
ElementLoopUserObject.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< ElementLoopUserObject > ()
 

Function Documentation

◆ validParams< ElementLoopUserObject >()

template<>
InputParameters validParams< ElementLoopUserObject > ( )

Definition at line 14 of file ElementLoopUserObject.C.

15 {
16  InputParameters params = validParams<GeneralUserObject>();
17  params += validParams<BlockRestrictable>();
18  return params;
19 }

Referenced by validParams< SlopeLimitingBase >(), and validParams< SlopeReconstructionBase >().