From 5c74c5ca328d28a08681b2353fdf19fa95b8830b Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 13 Jan 2011 10:52:39 +0000
Subject: [PATCH] use geodesicfefunctionadaptor instead of less general
 globalRodRefine

[[Imported from SVN: r6734]]
---
 rod-eoc.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rod-eoc.cc b/rod-eoc.cc
index 1c8e7c57..8ac8ab4e 100644
--- a/rod-eoc.cc
+++ b/rod-eoc.cc
@@ -20,7 +20,7 @@
 #include <dune/gfe/rotation.hh>
 #include <dune/gfe/rodassembler.hh>
 #include <dune/gfe/riemanniantrsolver.hh>
-#include <dune/gfe/rodrefine.hh>
+#include <dune/gfe/geodesicfefunctionadaptor.hh>
 #include <dune/gfe/rodwriter.hh>
 
 typedef Dune::OneDGrid GridType;
@@ -209,7 +209,7 @@ int main (int argc, char *argv[]) try
 
         // Prolong solution to the very finest grid
         for (int j=i; j<numLevels; j++)
-            globalRodRefine(grid, solution);
+            geodesicFEFunctionAdaptor(grid, solution);
 
         std::stringstream numberAsAscii;
         numberAsAscii << i;
-- 
GitLab