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
FreeEnergyDensity.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
Base.h
"
13
14
namespace
ProcessLib::SmallDeformation
15
{
16
struct
FreeEnergyDensityData
17
{
18
double
free_energy_density
;
19
20
static
auto
reflect
()
21
{
22
return
ProcessLib::Reflection::reflectWithName
(
23
"free_energy_density"
, &
FreeEnergyDensityData::free_energy_density
);
24
}
20
static
auto
reflect
() {
…
}
25
};
16
struct
FreeEnergyDensityData
{
…
};
26
}
// namespace ProcessLib::SmallDeformation
Base.h
ProcessLib::Reflection::reflectWithName
auto reflectWithName(std::string name, Member Class::*member)
Definition
ReflectionData.h:79
ProcessLib::SmallDeformation
Definition
Base.h:20
ProcessLib::SmallDeformation::FreeEnergyDensityData
Definition
FreeEnergyDensity.h:17
ProcessLib::SmallDeformation::FreeEnergyDensityData::free_energy_density
double free_energy_density
Definition
FreeEnergyDensity.h:18
ProcessLib::SmallDeformation::FreeEnergyDensityData::reflect
static auto reflect()
Definition
FreeEnergyDensity.h:20
ProcessLib
SmallDeformation
ConstitutiveRelations
FreeEnergyDensity.h
Generated by
1.12.0