Skip to content
Snippets Groups Projects
Commit 71eb11cb authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Switch to 2d grid with UnitVector<3> target space

[[Imported from SVN: r10000]]
parent a0d2c9e4
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
//#define HARMONIC_ENERGY_FD_GRADIENT //#define HARMONIC_ENERGY_FD_GRADIENT
//#define UNITVECTOR2 //#define UNITVECTOR2
//#define UNITVECTOR3 #define UNITVECTOR3
#define UNITVECTOR4 //#define UNITVECTOR4
//#define ROTATION2 //#define ROTATION2
//#define ROTATION3 //#define ROTATION3
//#define REALTUPLE1 //#define REALTUPLE1
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <dune/gfe/riemanniantrsolver.hh> #include <dune/gfe/riemanniantrsolver.hh>
// grid dimension // grid dimension
const int dim = 3; const int dim = 2;
// Image space of the geodesic fe functions // Image space of the geodesic fe functions
#ifdef ROTATION2 #ifdef ROTATION2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment