From 5638e7783e7ea88c33bfbed283c4ccced3c4c0d0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 11 Aug 2006 16:48:55 +0000 Subject: [PATCH] Rename test to what it is. git-svn-id: https://svn.dealii.org/trunk@13671 0785d39b-7218-0410-832d-ea1e28bc413d --- .../{interpolate_rt_01.cc => project_rt_01.cc} | 12 ++++++------ .../{interpolate_rt_01 => project_rt_01}/cmp/generic | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename tests/deal.II/{interpolate_rt_01.cc => project_rt_01.cc} (88%) rename tests/deal.II/{interpolate_rt_01 => project_rt_01}/cmp/generic (100%) diff --git a/tests/deal.II/interpolate_rt_01.cc b/tests/deal.II/project_rt_01.cc similarity index 88% rename from tests/deal.II/interpolate_rt_01.cc rename to tests/deal.II/project_rt_01.cc index b8d0abbc31..b2b2040226 100644 --- a/tests/deal.II/interpolate_rt_01.cc +++ b/tests/deal.II/project_rt_01.cc @@ -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 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(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); diff --git a/tests/deal.II/interpolate_rt_01/cmp/generic b/tests/deal.II/project_rt_01/cmp/generic similarity index 100% rename from tests/deal.II/interpolate_rt_01/cmp/generic rename to tests/deal.II/project_rt_01/cmp/generic -- 2.39.5