https://mooseframework.inl.gov
peridynamics
include
postprocessors
NodalVariableIntegralPD.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 "
NodalIntegralPostprocessorBasePD.h
"
13
17
class
NodalVariableIntegralPD
:
public
NodalIntegralPostprocessorBasePD
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
NodalVariableIntegralPD
(
const
InputParameters
&
parameters
);
23
24
protected
:
25
virtual
Real
computeNodalValue
()
override
;
26
28
MooseVariable
&
_var
;
29
};
NodalIntegralPostprocessorBasePD
Postprocessor class to compute a volume integral of the specified variable Note that specializations ...
Definition:
NodalIntegralPostprocessorBasePD.h:19
MooseVariableFE< Real >
NodalVariableIntegralPD::_var
MooseVariable & _var
Nodal variable to be integrated.
Definition:
NodalVariableIntegralPD.h:28
InputParameters
NodalIntegralPostprocessorBasePD.h
NodalVariableIntegralPD::validParams
static InputParameters validParams()
Definition:
NodalVariableIntegralPD.C:16
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
NodalVariableIntegralPD::NodalVariableIntegralPD
NodalVariableIntegralPD(const InputParameters ¶meters)
Definition:
NodalVariableIntegralPD.C:27
NodalVariableIntegralPD
Postprocessor class to compute nodal variable integral in peridynamic discretization.
Definition:
NodalVariableIntegralPD.h:17
NodalPostprocessor::parameters
const InputParameters & parameters() const
NodalVariableIntegralPD::computeNodalValue
virtual Real computeNodalValue() override
Function to evaluate the given function at each material point.
Definition:
NodalVariableIntegralPD.C:34
Generated on Fri Jul 18 2025 13:43:13 for https://mooseframework.inl.gov by
1.8.14