https://mooseframework.inl.gov
include
postprocessors
ElementSidesL2Norm.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 "
InternalSideIntegralVariablePostprocessor.h
"
13
18
class
ElementSidesL2Norm
:
public
InternalSideIntegralVariablePostprocessor
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
ElementSidesL2Norm
(
const
InputParameters
&
parameters
);
24
25
virtual
Real
getValue
()
const override
;
26
27
protected
:
28
virtual
Real
computeQpIntegral
()
override
;
29
};
ElementSidesL2Norm::validParams
static InputParameters validParams()
Definition:
ElementSidesL2Norm.C:15
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:66
ElementSidesL2Norm
This postprocessor computes the L2 norm of a variable over element sides.
Definition:
ElementSidesL2Norm.h:18
ElementSidesL2Norm::ElementSidesL2Norm
ElementSidesL2Norm(const InputParameters ¶meters)
Definition:
ElementSidesL2Norm.C:22
InternalSideIntegralVariablePostprocessor
This postprocessor computes an integral on internal mesh sides of the specified variable.
Definition:
InternalSideIntegralVariablePostprocessor.h:23
InternalSideIntegralVariablePostprocessor.h
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MooseBaseParameterInterface::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition:
MooseBaseParameterInterface.h:62
ElementSidesL2Norm::computeQpIntegral
virtual Real computeQpIntegral() override
Definition:
ElementSidesL2Norm.C:34
ElementSidesL2Norm::getValue
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
Definition:
ElementSidesL2Norm.C:28
Generated on Thu Jul 17 2025 01:32:07 for https://mooseframework.inl.gov by
1.8.14