Skip to content
Snippets Groups Projects
Commit 831d2281 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Set dim to 1, we want to do curve-shortening first

parent 4b2fdcd0
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <dune/gfe/embeddedglobalgfefunction.hh> #include <dune/gfe/embeddedglobalgfefunction.hh>
// grid dimension // grid dimension
const int dim = 2; const int dim = 1;
// Image space of the geodesic fe functions // Image space of the geodesic fe functions
// typedef Rotation<double,2> TargetSpace; // typedef Rotation<double,2> TargetSpace;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment