www.mooseframework.org
phase_field
include
materials
StrainGradDispDerivatives.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 "Material.h"
13
#include "DerivativeMaterialInterface.h"
14
15
template
<
typename
>
16
class
RankTwoTensorTempl
;
17
typedef
RankTwoTensorTempl<Real>
RankTwoTensor
;
18
class
StrainGradDispDerivatives
;
19
20
template
<>
21
InputParameters
validParams<StrainGradDispDerivatives>
();
22
23
class
StrainGradDispDerivatives
:
public
DerivativeMaterialInterface<Material>
24
{
25
public
:
26
StrainGradDispDerivatives
(
const
InputParameters & parameters);
27
28
protected
:
29
virtual
void
computeQpProperties
();
30
31
unsigned
int
_nvar
;
32
unsigned
int
_gdim
;
33
34
std::vector<MaterialProperty<RankTwoTensor> *>
_dstrain
;
35
};
36
StrainGradDispDerivatives::StrainGradDispDerivatives
StrainGradDispDerivatives(const InputParameters ¶meters)
Definition:
StrainGradDispDerivatives.C:27
RankTwoTensor
RankTwoTensorTempl< Real > RankTwoTensor
Definition:
StrainGradDispDerivatives.h:16
StrainGradDispDerivatives
Definition:
StrainGradDispDerivatives.h:23
StrainGradDispDerivatives::_dstrain
std::vector< MaterialProperty< RankTwoTensor > * > _dstrain
Definition:
StrainGradDispDerivatives.h:34
validParams< StrainGradDispDerivatives >
InputParameters validParams< StrainGradDispDerivatives >()
Definition:
StrainGradDispDerivatives.C:17
RankTwoTensorTempl
Definition:
ACGrGrElasticDrivingForce.h:17
StrainGradDispDerivatives::_gdim
unsigned int _gdim
Definition:
StrainGradDispDerivatives.h:32
StrainGradDispDerivatives::_nvar
unsigned int _nvar
Definition:
StrainGradDispDerivatives.h:31
StrainGradDispDerivatives::computeQpProperties
virtual void computeQpProperties()
Definition:
StrainGradDispDerivatives.C:59
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16