]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
update output location
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Jun 2013 04:47:47 +0000 (04:47 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Jun 2013 04:47:47 +0000 (04:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@29834 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/step-39-02.cc
tests/multigrid/step-39-03.cc
tests/multigrid/step-39.cc

index 4ad6d11b8df9126a4c47e92573d04b06c95ba248..ca9c4a620ba1d833cd4b0b93edc52ff6eac33018 100644 (file)
@@ -643,7 +643,7 @@ namespace Step39
   void InteriorPenaltyProblem<dim>::output_results (const unsigned int cycle) const
   {
     char *fn = new char[100];
-    sprintf(fn, "sol-%02d", cycle);
+    sprintf(fn, "step-39-02/sol-%02d", cycle);
 
     std::string filename(fn);
     filename += ".gnuplot";
index 56e1af65b8c501864fd0537602311d4244a1a92e..dba1dfc2607094fa2f34ee677b5355b8bba52bea 100644 (file)
@@ -644,7 +644,7 @@ namespace Step39
   void InteriorPenaltyProblem<dim>::output_results (const unsigned int cycle) const
   {
     char *fn = new char[100];
-    sprintf(fn, "sol-%02d", cycle);
+    sprintf(fn, "step-39-03/sol-%02d", cycle);
 
     std::string filename(fn);
     filename += ".gnuplot";
index f611ca72894bf80d7e44bd32423b5e083994d26f..1d4ebe3853a5c0f492d6c6d26df20627c754f812 100644 (file)
@@ -638,7 +638,7 @@ namespace Step39
   void InteriorPenaltyProblem<dim>::output_results (const unsigned int cycle) const
   {
     char *fn = new char[100];
-    sprintf(fn, "sol-%02d", cycle);
+    sprintf(fn, "step-39/sol-%02d", cycle);
 
     std::string filename(fn);
     filename += ".gnuplot";

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.