https://mooseframework.inl.gov
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
}
SubProblem.h
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:66
NodalUserObject::validParams
static InputParameters validParams()
Definition:
NodalUserObject.C:17
NodalVectorPostprocessor.h
NodalUserObject
A user object that runs over all the nodes and does an aggregation step to compute a single value...
Definition:
NodalUserObject.h:24
MooseTypes.h
MooseVariableFE.h
NodalVectorPostprocessor::validParams
static InputParameters validParams()
Definition:
NodalVectorPostprocessor.C:16
NodalVectorPostprocessor::NodalVectorPostprocessor
NodalVectorPostprocessor(const InputParameters ¶meters)
Definition:
NodalVectorPostprocessor.C:23
VectorPostprocessor::validParams
static InputParameters validParams()
Definition:
VectorPostprocessor.C:18
VectorPostprocessor
Base class for Postprocessors that produce a vector of values.
Definition:
VectorPostprocessor.h:33
Generated on Thu Jul 17 2025 01:32:18 for https://mooseframework.inl.gov by
1.8.14