]> https://gitweb.dealii.org/ - dealii.git/commitdiff
class graph: remove cuda 17604/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 25 Aug 2024 21:02:47 +0000 (17:02 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 25 Aug 2024 21:15:46 +0000 (17:15 -0400)
- remove cuda
- add kokkos
- add link to opencascade namespace

strictly speaking we should add kokkos->petsc and kokkos->trilinos, but
the figure becomes way to ugly/busy that way.

doc/doxygen/headers/main.h
include/deal.II/base/work_stream.h

index 6d73f64d6fb3296848e1bc03a619130c16d627ef..6c8fa2b3cd60a0052730bd0c446d1f9c12684821 100644 (file)
@@ -50,6 +50,7 @@
   output     [label="Graphical output", URL="\ref output"];
   manifold   [label="Manifold",         URL="\ref manifold"];
 
+
   tria -> dh              [style="solid"];
   fe -> dh                [style="solid"];
   fe -> fevalues          [style="solid"];
   manifold -> tria        [style="solid"];
   manifold -> mapping     [style="solid"];
 
-
-
   node [fontname="FreeSans",fontsize=12,
         shape=record,height=0.2,width=0.4,
         color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
   edge [color="gray55", weight=1];
 
-  opencascade [label="OpenCASCADE"];
+  opencascade [label="OpenCASCADE", URL="\ref OpenCASCADE"];
+
   subgraph linalglibs {
     rank="same";
     petsc       [label="PETSc",    URL="\ref PETScWrappers"];
@@ -81,8 +81,6 @@
   petsc -> solvers        [dir="none"];
   trilinos -> systems     [dir="none"];
   trilinos -> solvers     [dir="none"];
-  cuda -> systems         [dir="none"];
-  cuda -> solvers         [dir="none"];
   umfpack -> solvers      [dir="none"];
   opencascade -> manifold [dir="none"];
 
         color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
   edge [color="gray55", weight=1];
 
+  kokkos      [label="Kokkos"];
   gmsh        [label="gmsh", URL="\ref Gmsh"];
   visit       [label="VisIt"]
   paraview    [label="ParaView"]
 
+  kokkos -> systems  [dir="none"];
   gmsh -> tria       [dir="none"];
   output -> visit    [dir="none"];
   output -> paraview [dir="none"];
index 637977232160d563d5fedbfcef3300263ca8318a..93778b7302b8c24fd6165992b96d5c66eb79d237 100644 (file)
@@ -782,7 +782,7 @@ namespace WorkStream
                 })
                 .name("worker");
 
-            // Create a copier task. This task is a seperate object from the
+            // Create a copier task. This task is a separate object from the
             // worker task.
             tf::Task copier_task = taskflow
                                      .emplace([idx, &copy_datas, &copier]() {

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.