Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
87646a54
Commit
87646a54
authored
Dec 07, 2016
by
Kirill Terekhov
Browse files
Fix elasticity tensor
parent
d9ce2066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Headers/inmost_dense.h
View file @
87646a54
...
...
@@ -892,7 +892,7 @@ namespace INMOST
Kc
(
3
,
4
)
=
Kc
(
4
,
3
)
=
K
[
16
];
//c45
Kc
(
3
,
5
)
=
Kc
(
5
,
3
)
=
K
[
17
];
//c46
Kc
(
4
,
4
)
=
K
[
18
];
//c55
Kc
(
4
,
5
)
=
Kc
(
5
,
3
)
=
K
[
19
];
//c56
Kc
(
4
,
5
)
=
Kc
(
5
,
4
)
=
K
[
19
];
//c56
Kc
(
5
,
5
)
=
K
[
20
];
//c66
break
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment