]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-54: move input vtk to a separate folder to avoid its removal by make distclean 2030/head
authorDenis Davydov <davydden@gmail.com>
Thu, 31 Dec 2015 05:53:56 +0000 (06:53 +0100)
committerDenis Davydov <davydden@gmail.com>
Thu, 31 Dec 2015 15:58:52 +0000 (16:58 +0100)
examples/CMakeLists.txt
examples/step-54/input/initial_mesh_3d.vtk [moved from examples/step-54/initial_mesh_3d.vtk with 100% similarity]
examples/step-54/step-54.cc

index 039563cb1444a29f41cbe41c08e586bd5639a3d2..fd6d05b864e0d2fbf6c2c46029dc9c86f7c3c51e 100644 (file)
@@ -42,7 +42,7 @@ IF(DEAL_II_COMPONENT_EXAMPLES)
     PATTERN "untitled.geo"                # step-49
     PATTERN "untitled.msh"                # step-49
     PATTERN "topography.txt.gz"           # step-53
-    PATTERN "initial_mesh_3d.vtk"         # step-54
+    PATTERN "input/initial_mesh_3d.vtk"   # step-54
     PATTERN "DTMB-5415_bulbous_bow.iges"  # step-54
     )
 
index c3c6c2ebb7b516e0938b87ea8fb58b9051779c7a..65add033203bc232070fe1eaadd4af84794c3c5c 100644 (file)
@@ -401,7 +401,7 @@ int main ()
       using namespace dealii;
       using namespace Step54;
 
-      const std::string in_mesh_filename = "initial_mesh_3d.vtk";
+      const std::string in_mesh_filename = "input/initial_mesh_3d.vtk";
       const std::string cad_file_name = "DTMB-5415_bulbous_bow.iges";
 
       cout << "----------------------------------------------------------" << endl;
@@ -470,4 +470,3 @@ int main ()
 
   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.