Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
CardMech
Commits
d435ecec
Commit
d435ecec
authored
Jun 22, 2022
by
jonathan.froehlich
Browse files
Fixed spelling
parent
ccae2953
Pipeline
#220412
passed with stages
in 33 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cardmech/src/elasticity/materials/LaplaceMaterial.hpp
View file @
d435ecec
...
...
@@ -11,7 +11,7 @@ class LaplaceMaterial : public HyperelasticMaterial {
Tensor
firstPK
(
const
Tensor
&
Du
)
const
;
Tensor
constitutiveMatrix
(
const
Tensor
&
Du
,
const
Tensor
&
H
)
const
;
Tensor
R
constitutiveMatrix
(
const
Tensor
&
Du
,
const
TensorRow
&
H
)
const
;
Tensor
constitutiveMatrix
(
const
Tensor
&
Du
,
const
TensorRow
&
H
)
const
;
public:
LaplaceMaterial
()
noexcept
:
HyperelasticMaterial
(
1
)
{
...
...
mpp
@
92d9f9dd
Compare
a88c1a97
...
92d9f9dd
Subproject commit
a88c1a97e4d8b778ab369950a5d1e7eaf2f04e78
Subproject commit
92d9f9dd5523b0c092e3ff7df48c8056904f2b1d
Write
Preview
Supports
Markdown
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