Minor correction in documentation

This commit is contained in:
yoann.audouin 2024-01-24 16:19:28 +01:00
parent 3b570ddfbe
commit aa4fd29b86

View File

@ -16,9 +16,8 @@ Parallel Computing
The goal here is to speed up computation by running sub-meshes in parallel The goal here is to speed up computation by running sub-meshes in parallel
(multi-threading). (multi-threading).
*******
Concept Concept
******* #######
.. image:: ../images/diagram_parallel_mesh.png .. 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. ensure that all the solids can be computed without any concurrency.
******
How to How to
****** ######
You follow the same principle as the creation of a sequential Mesh. You follow the same principle as the creation of a sequential Mesh.