https://mooseframework.inl.gov
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
};
PenaltyDirichletOldValuePD::PenaltyDirichletOldValuePD
PenaltyDirichletOldValuePD(const InputParameters ¶meters)
Definition:
PenaltyDirichletOldValuePD.C:27
PenaltyDirichletOldValuePD::computeQpResidual
virtual Real computeQpResidual() override
Definition:
PenaltyDirichletOldValuePD.C:33
PenaltyDirichletOldValuePD::validParams
static InputParameters validParams()
Definition:
PenaltyDirichletOldValuePD.C:15
PenaltyDirichletOldValuePD::_u_old
const VariableValue & _u_old
Definition:
PenaltyDirichletOldValuePD.h:29
PenaltyDirichletOldValuePD::_p
const Real & _p
Definition:
PenaltyDirichletOldValuePD.h:28
PenaltyDirichletOldValuePD::computeQpJacobian
virtual Real computeQpJacobian() override
Definition:
PenaltyDirichletOldValuePD.C:39
InputParameters
PenaltyDirichletOldValuePD
Definition:
PenaltyDirichletOldValuePD.h:16
VariableValue
OutputTools< Real >::VariableValue VariableValue
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
NodalKernel::parameters
const InputParameters & parameters() const
NodalKernel.h
NodalKernel
Generated on Fri Jul 18 2025 13:43:13 for https://mooseframework.inl.gov by
1.8.14