Skip to content
Snippets Groups Projects
Commit 4528d18e authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Merge branch 'fix/set-order-to-one' into 'master'

Set the FE-order in finite-strain-elasticity back to: order = 1

See merge request !51
parents 7825b729 6c571e8f
No related branches found
No related tags found
1 merge request!51Set the FE-order in finite-strain-elasticity back to: order = 1
Pipeline #31573 passed
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
// grid dimension // grid dimension
const int dim = 3; const int dim = 3;
const int order = 2; const int order = 1;
using namespace Dune; using namespace Dune;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment