]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Proofreading of Readme, added grid convergence figure, updated strong scaling figure...
authorJoshua Christopher <chrisjoshtopher@gmail.com>
Tue, 8 May 2018 14:30:47 +0000 (08:30 -0600)
committerJoshua Christopher <chrisjoshtopher@gmail.com>
Tue, 8 May 2018 14:30:47 +0000 (08:30 -0600)
parallel_in_time/Readme.md
parallel_in_time/doc/results/gridConvergence.png [new file with mode: 0644]
parallel_in_time/doc/results/strongscaling.png
parallel_in_time/src/BraidFuncs.cc

index c28e5c450cecd6ffae7baf86ab51693d44076811..bdc5f7d6877692e31fc19984100799e14f89645e 100644 (file)
@@ -164,9 +164,9 @@ For MPI, parallel_in_time looks in standard installation folders only, for that
 A compile process of the parallel in time code may look like,
 
     mkdir build
-       cd build
-       BRAID_DIR=/path/to/braid/ cmake ../
-       make
+    cd build
+    BRAID_DIR=/path/to/braid/ cmake ../
+    make
 
 There is currently no option to install parallel_in_time anywhere.
 The binaries are generated in the <kbd>bin</kbd> folder, and tests are placed into the <kbd>test</kbd> folder.
diff --git a/parallel_in_time/doc/results/gridConvergence.png b/parallel_in_time/doc/results/gridConvergence.png
new file mode 100644 (file)
index 0000000..068f1af
Binary files /dev/null and b/parallel_in_time/doc/results/gridConvergence.png differ
index e0565349c3b1d98bc3d9404f4c784cf9a0fe44ce..61c76f12794b24712635794288cdd8cbfd37edbc 100644 (file)
Binary files a/parallel_in_time/doc/results/strongscaling.png and b/parallel_in_time/doc/results/strongscaling.png differ
index 89f2b3a8ce9d84a1c2c93e86d47142253883db49..2160fbc53f91e3db34fe1323c12560812e3aa6e7 100644 (file)
@@ -30,6 +30,13 @@ int my_Step(braid_App        app,
   return 0;
 }
 
+/**
+ * In this function we initialize a vector at an arbitrary time.
+ * At this point we don't know anything about what the solution
+ * looks like, and we can really initialize to anything, so in
+ * this case use reinit to initialize the memory and set the
+ * values to zero.
+ */
 int
 my_Init(braid_App     app,
         double        t,

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.