www.mooseframework.org
Classes | Namespaces | Functions
ElementLoopUserObject.h File Reference

Go to the source code of this file.

Classes

class  ElementLoopUserObject
 A base class that loops over elements and do things. More...
 

Namespaces

 libMesh
 

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 >().