https://mooseframework.inl.gov
Loading...
Searching...
No Matches
include
postprocessors
ElementL2Difference.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
12
#include "
ElementIntegralVariablePostprocessor.h
"
13
17
class
ElementL2Difference
:
public
ElementIntegralVariablePostprocessor
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
ElementL2Difference
(
const
InputParameters
&
parameters
);
23
24
virtual
Real
getValue
()
const override
;
25
26
protected
:
27
virtual
Real
computeQpIntegral
()
override
;
28
30
const
VariableValue
&
_other_var
;
31
};
ElementIntegralVariablePostprocessor.h
VariableValue
OutputTools< Real >::VariableValue VariableValue
Definition
MooseTypes.h:348
ElementIntegralVariablePostprocessor
This postprocessor computes a volume integral of the specified variable.
Definition
ElementIntegralVariablePostprocessor.h:23
ElementL2Difference
Computes the L2-Norm difference between two solution fields.
Definition
ElementL2Difference.h:18
ElementL2Difference::_other_var
const VariableValue & _other_var
The variable to compare to.
Definition
ElementL2Difference.h:30
ElementL2Difference::getValue
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
Definition
ElementL2Difference.C:32
ElementL2Difference::computeQpIntegral
virtual Real computeQpIntegral() override
Definition
ElementL2Difference.C:38
ElementL2Difference::validParams
static InputParameters validParams()
Definition
ElementL2Difference.C:16
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition
MooseBase.h:131
Generated on Fri Aug 21 2026 13:33:51 for https://mooseframework.inl.gov by
1.9.8