Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading