Salome HOME
Minor correction in documentation
authoryoann.audouin <yoann.audouin@edf.fr>
Wed, 24 Jan 2024 15:19:28 +0000 (16:19 +0100)
committeryoann.audouin <yoann.audouin@edf.fr>
Wed, 24 Jan 2024 15:19:28 +0000 (16:19 +0100)
doc/gui/input/parallel_compute.rst

index 97d91db9e9bf3d028f7356d68c0c44f542d73c07..dab61fc4d6010dad038982714c83f35043710682 100644 (file)
@@ -16,9 +16,8 @@ Parallel Computing
 The goal here is to speed up computation by running sub-meshes in parallel
 (multi-threading).
 
-*******
 Concept
-*******
+#######
 
 .. image:: ../images/diagram_parallel_mesh.png
 
@@ -36,9 +35,8 @@ Then we will compute all the solids in parallel. Having done the 1D+2D first
 ensure that all the solids can be computed without any concurrency.
 
 
-******
 How to
-******
+######
 
 You follow the same principle as the creation of a sequential Mesh.