https://mooseframework.inl.gov
Loading...
Searching...
No Matches
peridynamics
include
nodalkernels
PenaltyDirichletOldValuePD.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 "
NodalKernel.h
"
13
14
// Forward Declarations
15
16
class
PenaltyDirichletOldValuePD
:
public
NodalKernel
17
{
18
public
:
19
static
InputParameters
validParams
();
20
21
PenaltyDirichletOldValuePD
(
const
InputParameters
&
parameters
);
22
23
protected
:
24
virtual
Real
computeQpResidual
()
override
;
25
virtual
Real
computeQpJacobian
()
override
;
26
27
private
:
28
const
Real &
_p
;
29
const
VariableValue
&
_u_old
;
30
};
NodalKernel.h
NodalKernel::parameters
const InputParameters & parameters() const
NodalKernel
PenaltyDirichletOldValuePD
Definition
PenaltyDirichletOldValuePD.h:17
PenaltyDirichletOldValuePD::validParams
static InputParameters validParams()
Definition
PenaltyDirichletOldValuePD.C:15
PenaltyDirichletOldValuePD::computeQpResidual
virtual Real computeQpResidual() override
Definition
PenaltyDirichletOldValuePD.C:33
PenaltyDirichletOldValuePD::_p
const Real & _p
Definition
PenaltyDirichletOldValuePD.h:28
PenaltyDirichletOldValuePD::_u_old
const VariableValue & _u_old
Definition
PenaltyDirichletOldValuePD.h:29
PenaltyDirichletOldValuePD::computeQpJacobian
virtual Real computeQpJacobian() override
Definition
PenaltyDirichletOldValuePD.C:39
VariableValue
VariableValueTempl< false > VariableValue
InputParameters
Generated on Fri Aug 21 2026 13:41:18 for https://mooseframework.inl.gov by
1.9.8