https://mooseframework.inl.gov
Loading...
Searching...
No Matches
src
vectorpostprocessors
NodalVectorPostprocessor.C
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
#include "
NodalVectorPostprocessor.h
"
11
#include "
MooseVariableFE.h
"
12
#include "
SubProblem.h
"
13
#include "
MooseTypes.h
"
14
15
InputParameters
16
NodalVectorPostprocessor::validParams
()
17
{
18
InputParameters
params =
NodalUserObject::validParams
();
19
params +=
VectorPostprocessor::validParams
();
20
return
params;
21
}
22
23
NodalVectorPostprocessor::NodalVectorPostprocessor
(
const
InputParameters
& parameters)
24
:
NodalUserObject
(parameters),
VectorPostprocessor
(this)
25
{
26
}
MooseTypes.h
MooseVariableFE.h
NodalVectorPostprocessor.h
SubProblem.h
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
NodalUserObject
A user object that runs over all the nodes and does an aggregation step to compute a single value.
Definition
NodalUserObject.h:30
NodalUserObject::validParams
static InputParameters validParams()
Definition
NodalUserObject.C:17
NodalVectorPostprocessor::validParams
static InputParameters validParams()
Definition
NodalVectorPostprocessor.C:16
NodalVectorPostprocessor::NodalVectorPostprocessor
NodalVectorPostprocessor(const InputParameters ¶meters)
Definition
NodalVectorPostprocessor.C:23
VectorPostprocessor
Base class for Postprocessors that produce a vector of values.
Definition
VectorPostprocessor.h:35
VectorPostprocessor::validParams
static InputParameters validParams()
Definition
VectorPostprocessor.C:18
Generated on Fri Aug 21 2026 13:34:02 for https://mooseframework.inl.gov by
1.9.8