]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a comment.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Sep 2011 02:24:14 +0000 (02:24 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Sep 2011 02:24:14 +0000 (02:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@24289 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/grid_refinement.cc

index a0eae39805fb3808df449bfc683f2c5bed75d96d..04c61878f15e30448959c6e2f3fc8aae56b41dc5 100644 (file)
@@ -1,19 +1,18 @@
-
-//----------------------------  template.cc  ---------------------------
+//----------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$ 
+//    Version: $Name$
 //
-//    Copyright (C) 2005, 2008 by the deal.II authors 
+//    Copyright (C) 2005, 2008, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  template.cc  ---------------------------
+//----------------------------------------------------------------------
 
 
-// a short (a few lines) description of what the program does
+// see what happens when creating a surface mesh and then refining it
 
 #include "../tests.h"
 #include <fstream>
@@ -40,7 +39,7 @@ void test(std::string filename) {
   gi.attach_triangulation (tria);
   std::ifstream in (filename.c_str());
   gi.read_ucd (in);
-  
+
   GridOut grid_out;
   grid_out.set_flags (GridOutFlags::Ucd(true));
   for(unsigned int cycle=0; cycle<3; ++cycle) {
@@ -49,17 +48,17 @@ void test(std::string filename) {
   }
 }
 
-int main () 
+int main ()
 {
   deallog.attach(logfile);
   deallog.depth_console(0);
-  
+
   deallog << "Test<1,2>" << std::endl;
   test<1,2>("grids/circle_1.inp");
-  
+
   deallog << std::endl << "Test<1,2>" << std::endl;
   test<2,3>("grids/sphere_1.inp");
 
   return 0;
 }
-                  
+

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.