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

Go to the source code of this file.

Classes

class  SlopeReconstructionBase
 Base class for piecewise linear slope reconstruction to get the slopes of element average variables. More...
 

Functions

template<>
InputParameters validParams< SlopeReconstructionBase > ()
 

Function Documentation

◆ validParams< SlopeReconstructionBase >()

template<>
InputParameters validParams< SlopeReconstructionBase > ( )

Definition at line 17 of file SlopeReconstructionBase.C.

18 {
19  InputParameters params = validParams<ElementLoopUserObject>();
20  params.addClassDescription("Base class for piecewise linear slope reconstruction to get the "
21  "slopes of element average variables.");
22  return params;
23 }

Referenced by validParams< SlopeReconstructionMultiD >(), and validParams< SlopeReconstructionOneD >().

validParams< ElementLoopUserObject >
InputParameters validParams< ElementLoopUserObject >()
Definition: ElementLoopUserObject.C:14