]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Moved IGES inside input directory. 4259/head
authorLuca Heltai <luca.heltai@sissa.it>
Fri, 14 Apr 2017 13:50:09 +0000 (15:50 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Fri, 14 Apr 2017 13:50:09 +0000 (15:50 +0200)
examples/CMakeLists.txt
examples/step-54/input/DTMB-5415_bulbous_bow.iges [moved from examples/step-54/DTMB-5415_bulbous_bow.iges with 100% similarity]
examples/step-54/step-54.cc

index 442e70562f957fccb19cd521d064c3506e3e2215..ea2a4c492a70cc14fd87efe8eac2793f88e611c8 100644 (file)
@@ -36,14 +36,14 @@ IF(DEAL_II_COMPONENT_EXAMPLES)
     #
     # Special files:
     #
-    PATTERN "output.reference.dat"        # step-39
-    PATTERN "postprocess.pl"              # step-39
-    PATTERN "obstacle.pbm"                # step-42
-    PATTERN "untitled.geo"                # step-49
-    PATTERN "untitled.msh"                # step-49
-    PATTERN "topography.txt.gz"           # step-53
-    PATTERN "input/initial_mesh_3d.vtk"   # step-54
-    PATTERN "DTMB-5415_bulbous_bow.iges"  # step-54
+    PATTERN "output.reference.dat"              # step-39
+    PATTERN "postprocess.pl"                    # step-39
+    PATTERN "obstacle.pbm"                      # step-42
+    PATTERN "untitled.geo"                      # step-49
+    PATTERN "untitled.msh"                      # step-49
+    PATTERN "topography.txt.gz"                 # step-53
+    PATTERN "input/initial_mesh_3d.vtk"         # step-54
+    PATTERN "input/DTMB-5415_bulbous_bow.iges"  # step-54
     )
 
   IF(DEAL_II_COMPILE_EXAMPLES)
index d2964e8b5b3e3323b7f82aa9e87895ada3e25a3c..28dc936a65f7b3bae44a69c14e5db855b4cc92ca 100644 (file)
@@ -138,8 +138,8 @@ namespace Step54
   // this function we import the CAD shape upon which we want to
   // generate and refine our triangulation. We assume that the CAD
   // surface is contained in the @p cad_file_name file (we provide an
-  // example IGES file in this directory called
-  // "DTMB-5415_bulbous_bow.iges" that represents the bulbous bow of a
+  // example IGES file in the input directory called
+  // "input/DTMB-5415_bulbous_bow.iges" that represents the bulbous bow of a
   // ship). The presence of several convex and concave high curvature
   // regions makes the geometry we provided a particularly meaningful
   // example.
@@ -401,7 +401,7 @@ int main ()
       using namespace Step54;
 
       const std::string in_mesh_filename = "input/initial_mesh_3d.vtk";
-      const std::string cad_file_name = "DTMB-5415_bulbous_bow.iges";
+      const std::string cad_file_name = "input/DTMB-5415_bulbous_bow.iges";
 
       cout << "----------------------------------------------------------" << endl;
       cout << "Testing projection in direction normal to CAD surface" << endl;

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.