From fa0be7e9e81049aab319751b6758c9bbffe753b1 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sun, 8 Feb 2015 20:15:24 +0000 Subject: [PATCH] Use a first-order space again [[Imported from SVN: r10064]] --- src/harmonicmaps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/harmonicmaps.cc b/src/harmonicmaps.cc index 6a2335f7..1e5d2d20 100644 --- a/src/harmonicmaps.cc +++ b/src/harmonicmaps.cc @@ -125,7 +125,7 @@ int main (int argc, char *argv[]) try // Construct the scalar function space basis corresponding to the GFE space ////////////////////////////////////////////////////////////////////////////////// - typedef P2NodalBasis<typename GridType::LeafGridView,double> FEBasis; + typedef P1NodalBasis<typename GridType::LeafGridView,double> FEBasis; FEBasis feBasis(grid->leafGridView()); SolutionType x(feBasis.size()); -- GitLab