Skip to content
Snippets Groups Projects
Commit 6c571e8f authored by lisa_julia.nebel_at_tu-dresden.de's avatar lisa_julia.nebel_at_tu-dresden.de
Browse files

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

In the default setting, we want finite-strain-elasticity to compile with dune-parmg,
and dune-parmg can only handle FE of order=1.
parent a8ff97bd
No related branches found
No related tags found
1 merge request!51Set the FE-order in finite-strain-elasticity back to: order = 1
......@@ -46,7 +46,7 @@
// grid dimension
const int dim = 3;
const int order = 2;
const int order = 1;
using namespace Dune;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment