www.mooseframework.org
peridynamics
include
scalarkernels
GeneralizedPlaneStrainPD.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "ScalarKernel.h"
13
14
class
GeneralizedPlaneStrainPD
;
15
class
GeneralizedPlaneStrainUserObjectBasePD
;
16
17
template
<>
18
InputParameters
validParams<GeneralizedPlaneStrainPD>
();
19
23
class
GeneralizedPlaneStrainPD
:
public
ScalarKernel
24
{
25
public
:
26
GeneralizedPlaneStrainPD
(
const
InputParameters & parameters);
27
28
virtual
void
reinit
()
override
{}
29
30
virtual
void
computeResidual
()
override
;
31
virtual
void
computeJacobian
()
override
;
32
33
protected
:
35
const
GeneralizedPlaneStrainUserObjectBasePD
&
_gpsuo
;
36
};
validParams< GeneralizedPlaneStrainPD >
InputParameters validParams< GeneralizedPlaneStrainPD >()
Definition:
GeneralizedPlaneStrainPD.C:19
GeneralizedPlaneStrainPD::computeResidual
virtual void computeResidual() override
Definition:
GeneralizedPlaneStrainPD.C:39
GeneralizedPlaneStrainPD
ScalarKernel class to assemble residual and diagonal jacobian fetched from userobject.
Definition:
GeneralizedPlaneStrainPD.h:23
GeneralizedPlaneStrainUserObjectBasePD
Base userObject class to compute the residual and diagonal Jacobian components for scalar out-of-plan...
Definition:
GeneralizedPlaneStrainUserObjectBasePD.h:23
GeneralizedPlaneStrainPD::reinit
virtual void reinit() override
Definition:
GeneralizedPlaneStrainPD.h:28
GeneralizedPlaneStrainPD::GeneralizedPlaneStrainPD
GeneralizedPlaneStrainPD(const InputParameters ¶meters)
Definition:
GeneralizedPlaneStrainPD.C:32
GeneralizedPlaneStrainPD::_gpsuo
const GeneralizedPlaneStrainUserObjectBasePD & _gpsuo
Userobject to calculate the residual and jacobian.
Definition:
GeneralizedPlaneStrainPD.h:35
GeneralizedPlaneStrainPD::computeJacobian
virtual void computeJacobian() override
Definition:
GeneralizedPlaneStrainPD.C:47
Generated on Sat Jan 25 2020 12:04:38 for www.mooseframework.org by
1.8.16