Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lisa_julia.nebel_at_tu-dresden.de
dune-elasticity
Commits
51b53c8b
Commit
51b53c8b
authored
Apr 17, 2013
by
akbib
Committed by
akbib@FU-BERLIN.DE
Apr 17, 2013
Browse files
make helper function const
[[Imported from SVN: r11297]]
parent
0ec46124
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/elasticity/assemblers/neohookeoperatorassembler.hh
View file @
51b53c8b
...
...
@@ -192,7 +192,7 @@ private:
* Note that it is assumed the defGrad is the deformation gradient and not the displacement gradient
*/
Dune
::
FieldMatrix
<
ctype
,
dim
,
dim
>
hessDefDet
(
const
Dune
::
FieldMatrix
<
ctype
,
dim
,
dim
>&
defGrad
,
const
Dune
::
FieldVector
<
ctype
,
dim
>&
testGrad
,
const
Dune
::
FieldVector
<
ctype
,
dim
>&
ansatzGrad
)
const
Dune
::
FieldVector
<
ctype
,
dim
>&
testGrad
,
const
Dune
::
FieldVector
<
ctype
,
dim
>&
ansatzGrad
)
const
{
Dune
::
FieldMatrix
<
ctype
,
dim
,
dim
>
res
(
0
);
...
...
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