Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
jonathan.drechsel_at_mailbox.tu-dresden.de
dune-elasticity
Commits
f8d83993
Commit
f8d83993
authored
Feb 03, 2016
by
Jonathan Youett
Browse files
Make compile again
parent
54e4271e
Changes
1
Show whitespace changes
Inline
Side-by-side
test/adolcmaterialtest.cc
View file @
f8d83993
...
...
@@ -29,6 +29,7 @@
#include <dune/elasticity/materials/adolcmaterial.hh>
#include <dune/elasticity/materials/neohookeanmaterial.hh>
#include <dune/elasticity/materials/adolcneohookeanmaterial.hh>
//#include <dune/elasticity/materials/mooneyrivlinmaterial.hh>
#include <dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh>
...
...
@@ -96,9 +97,9 @@ int main (int argc, char *argv[]) try
MaterialType
material
(
feBasis
,
E
,
nu
);
// check against the Adol-C material
typedef
NeoHookeMaterial
<
FEBasis
>
AdolcMaterialType
;
AdolcMaterial
Type
a
dolcMaterial
(
feBasis
,
E
,
nu
)
;
LocalNeoHookeanEnergy
<
GridType
,
Lfe
>
localNeoHookeEnergy
(
E
,
nu
)
;
typedef
AdolcMaterial
<
FEBasis
>
A
dolcMaterial
Type
;
AdolcMaterialType
adolcMaterial
(
feBasis
,
localNeoHookeEnergy
);
auto
&
linPaperAssembler
=
material
.
firstDerivative
(
xGridFunc
);
auto
&
linAdolcAssembler
=
adolcMaterial
.
firstDerivative
(
xGridFunc
);
...
...
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