www.mooseframework.org
SlopeReconstructionOneD.C
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
11 
12 template <>
13 InputParameters
15 {
16  InputParameters params = validParams<SlopeReconstructionBase>();
17  return params;
18 }
19 
20 SlopeReconstructionOneD::SlopeReconstructionOneD(const InputParameters & parameters)
21  : SlopeReconstructionBase(parameters)
22 {
23 }
validParams< SlopeReconstructionOneD >
InputParameters validParams< SlopeReconstructionOneD >()
Definition: SlopeReconstructionOneD.C:14
SlopeReconstructionBase
Base class for piecewise linear slope reconstruction to get the slopes of element average variables.
Definition: SlopeReconstructionBase.h:25
SlopeReconstructionOneD::SlopeReconstructionOneD
SlopeReconstructionOneD(const InputParameters &parameters)
Definition: SlopeReconstructionOneD.C:20
SlopeReconstructionOneD.h
validParams< SlopeReconstructionBase >
InputParameters validParams< SlopeReconstructionBase >()
Definition: SlopeReconstructionBase.C:17