Loading [MathJax]/extensions/TeX/AMSsymbols.js
Reference documentation for deal.II version 9.3.3
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Toggle main menu visibility
Main Page
Tutorial
Code gallery
Modules
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
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
Variables
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
b
c
d
f
g
i
l
m
p
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class 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
z
~
Variables
_
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
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
Enumerations
b
c
d
e
f
g
i
m
o
p
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Related Functions
:
a
b
c
d
f
g
i
l
m
o
p
r
s
t
u
v
Related Pages
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
Variables
a
c
d
e
f
g
i
k
l
m
n
o
p
s
t
u
v
Typedefs
Enumerations
Enumerator
m
u
Macros
a
b
d
e
h
i
m
s
t
dealii.org
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
source
physics
elasticity
standard_tensors.cc
Go to the documentation of this file.
1
// ---------------------------------------------------------------------
2
//
3
// Copyright (C) 2016 - 2020 by the deal.II authors
4
//
5
// This file is part of the deal.II library.
6
//
7
// The deal.II library is free software; you can use it, redistribute
8
// it, and/or modify it under the terms of the GNU Lesser General
9
// Public License as published by the Free Software Foundation; either
10
// version 2.1 of the License, or (at your option) any later version.
11
// The full text of the license can be found in the file LICENSE.md at
12
// the top level directory of deal.II.
13
//
14
// ---------------------------------------------------------------------
15
16
#include <
deal.II/base/symmetric_tensor.h
>
17
18
#include <
deal.II/physics/elasticity/standard_tensors.h
>
19
20
DEAL_II_NAMESPACE_OPEN
21
22
#ifndef DOXYGEN
23
24
template
<
int
dim>
25
DEAL_II_CONSTEXPR
const
SymmetricTensor<2, dim>
26
Physics::Elasticity::StandardTensors<dim>::I
27
# ifdef DEAL_II_CXX14_CONSTEXPR_BUG
28
= unit_symmetric_tensor<dim>()
29
# endif
30
;
31
32
33
34
template
<
int
dim>
35
DEAL_II_CONSTEXPR
const
SymmetricTensor<4, dim>
36
Physics::Elasticity::StandardTensors<dim>::S
37
# ifdef DEAL_II_CXX14_CONSTEXPR_BUG
38
= identity_tensor<dim>()
39
# endif
40
;
41
42
43
44
template
<
int
dim>
45
DEAL_II_CONSTEXPR
const
SymmetricTensor<4, dim>
46
Physics::Elasticity::StandardTensors<dim>::IxI
47
# ifdef DEAL_II_CXX14_CONSTEXPR_BUG
48
=
outer_product
(unit_symmetric_tensor<dim>(), unit_symmetric_tensor<dim>())
49
# endif
50
;
51
52
53
54
template
<
int
dim>
55
DEAL_II_CONSTEXPR
const
SymmetricTensor<4, dim>
56
Physics::Elasticity::StandardTensors<dim>::dev_P
57
# ifdef DEAL_II_CXX14_CONSTEXPR_BUG
58
= deviator_tensor<dim>()
59
# endif
60
;
61
62
#endif
// DOXYGEN
63
64
// explicit instantiations
65
#include "standard_tensors.inst"
66
67
DEAL_II_NAMESPACE_CLOSE
Physics::Elasticity::StandardTensors
Definition:
standard_tensors.h:47
SymmetricTensor< 2, dim >
SymmetricTensor::outer_product
constexpr SymmetricTensor< 4, dim, Number > outer_product(const SymmetricTensor< 2, dim, Number > &t1, const SymmetricTensor< 2, dim, Number > &t2)
Definition:
symmetric_tensor.h:3466
DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_OPEN
Definition:
config.h:402
DEAL_II_CONSTEXPR
#define DEAL_II_CONSTEXPR
Definition:
config.h:172
DEAL_II_NAMESPACE_CLOSE
#define DEAL_II_NAMESPACE_CLOSE
Definition:
config.h:403
standard_tensors.h
symmetric_tensor.h
Generated by
1.9.4