]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename test to what it is.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Aug 2006 16:48:55 +0000 (16:48 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Aug 2006 16:48:55 +0000 (16:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@13671 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_rt_01.cc [moved from tests/deal.II/interpolate_rt_01.cc with 88% similarity]
tests/deal.II/project_rt_01/cmp/generic [moved from tests/deal.II/interpolate_rt_01/cmp/generic with 100% similarity]

similarity index 88%
rename from tests/deal.II/interpolate_rt_01.cc
rename to tests/deal.II/project_rt_01.cc
index b8d0abbc319d9e451bf91125e5e4baacd514c840..b2b2040226892862fb24546d58efd89f54b7fec1 100644 (file)
@@ -1,5 +1,5 @@
-//----------------------------  interpolate_rt_01.cc  ---------------------------
-//    $Id: interpolate_rt_01.cc 12732 2006-03-28 23:15:45Z wolf $
+//----------------------------  project_rt_01.cc  ---------------------------
+//    $Id: project_rt_01.cc 12732 2006-03-28 23:15:45Z wolf $
 //    Version: $Name$ 
 //
 //    Copyright (C) 2006 by the deal.II authors
@@ -9,10 +9,10 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  interpolate_rt_01.cc  ---------------------------
+//----------------------------  project_rt_01.cc  ---------------------------
 
 
-// check that VectorTools::interpolate works for RT elements correctly on
+// check that VectorTools::project works for RT elements correctly on
 // a uniformly refined mesh for functions of degree q
 
 #include "../tests.h"
@@ -90,7 +90,7 @@ void test ()
       Vector<float>  error (triangulation.n_active_cells());
       for (unsigned int q=0; q<=p+2; ++q)
        {
-                                          // interpolate the function
+                                          // project the function
          VectorTools::project (dof_handler,
                                constraints,
                                QGauss<dim>(p+2),
@@ -119,7 +119,7 @@ void test ()
 
 int main ()
 {
-  std::ofstream logfile("interpolate_rt_01/output");
+  std::ofstream logfile("project_rt_01/output");
   logfile.precision (3);
   
   deallog.attach(logfile);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.