https://mooseframework.inl.gov
Loading...
Searching...
No Matches
include
postprocessors
NodalVariablePostprocessor.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
// MOOSE includes
13
#include "
NodalPostprocessor.h
"
14
#include "
MooseVariableInterface.h
"
15
20
class
NodalVariablePostprocessor
:
public
NodalPostprocessor
,
public
MooseVariableInterface
<Real>
21
{
22
public
:
23
static
InputParameters
validParams
();
24
25
NodalVariablePostprocessor
(
const
InputParameters
&
parameters
);
26
27
protected
:
29
const
VariableValue
&
_u
;
30
};
VariableValue
OutputTools< Real >::VariableValue VariableValue
Definition
MooseTypes.h:348
MooseVariableInterface.h
NodalPostprocessor.h
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
MooseVariableInterface
Interface for objects that need to get values of MooseVariables.
Definition
MooseVariableInterface.h:31
NodalPostprocessor
Definition
NodalPostprocessor.h:17
NodalVariablePostprocessor
This is a base class for other classes which compute post-processed values based on nodal solution va...
Definition
NodalVariablePostprocessor.h:21
NodalVariablePostprocessor::_u
const VariableValue & _u
Holds the solution at current quadrature points.
Definition
NodalVariablePostprocessor.h:29
NodalVariablePostprocessor::validParams
static InputParameters validParams()
Definition
NodalVariablePostprocessor.C:16
Generated on Fri Aug 21 2026 13:33:51 for https://mooseframework.inl.gov by
1.9.8