https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ValueJumpIndicator.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
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
10#pragma once
11
13
14// forward declarations
15template <typename ComputeValueType>
17
20
21template <typename ComputeValueType>
23{
24public:
26
28
29protected:
30 virtual Real computeQpIntegral() override;
31};
32
33template <>
35
36template <>
38
39// Prevent implicit instantiation in other translation units where these classes are used
40extern template class ValueJumpIndicatorTempl<Real>;
ValueJumpIndicatorTempl< RealVectorValue > VectorValueJumpIndicator
ValueJumpIndicatorTempl< Real > ValueJumpIndicator
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
The InternalSideIndicator class is responsible for calculating the residuals for various physics on i...
const InputParameters & parameters() const
Get the parameters of the object.
Definition MooseBase.h:131
virtual Real computeQpIntegral() override
The virtual function you will want to override to compute error contributions.
static InputParameters validParams()