Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
MaterialState.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
MaterialLib/SolidModels/MechanicsBase.h
"
13
14
namespace
ProcessLib::SmallDeformation
15
{
16
template
<
int
DisplacementDim>
17
class
MaterialStateData
18
{
19
using
MSV
=
typename
MaterialLib::Solids::MechanicsBase
<
20
DisplacementDim>::MaterialStateVariables;
21
22
public
:
23
explicit
MaterialStateData
(std::unique_ptr<MSV>&&
material_state_variables
)
24
:
material_state_variables
(std::move(
material_state_variables
))
25
{
26
}
23
explicit
MaterialStateData
(std::unique_ptr<MSV>&&
material_state_variables
) {
…
}
27
28
void
pushBackState
() {
material_state_variables
->pushBackState(); }
29
30
std::unique_ptr<MSV>
material_state_variables
;
31
};
17
class
MaterialStateData
{
…
};
32
}
// namespace ProcessLib::SmallDeformation
MechanicsBase.h
ProcessLib::SmallDeformation::MaterialStateData
Definition
MaterialState.h:18
ProcessLib::SmallDeformation::MaterialStateData::MSV
typename MaterialLib::Solids::MechanicsBase< DisplacementDim >::MaterialStateVariables MSV
Definition
MaterialState.h:19
ProcessLib::SmallDeformation::MaterialStateData::MaterialStateData
MaterialStateData(std::unique_ptr< MSV > &&material_state_variables)
Definition
MaterialState.h:23
ProcessLib::SmallDeformation::MaterialStateData::material_state_variables
std::unique_ptr< MSV > material_state_variables
Definition
MaterialState.h:30
ProcessLib::SmallDeformation::MaterialStateData::pushBackState
void pushBackState()
Definition
MaterialState.h:28
ProcessLib::SmallDeformation
Definition
Base.h:20
MaterialLib::Solids::MechanicsBase
Definition
ThermoMechanicsProcessData.h:25
ProcessLib
SmallDeformation
ConstitutiveRelations
MaterialState.h
Generated by
1.12.0