Skip to content

Commit 4f1fa8c

Browse files
committed
update paper
1 parent 78c9b9b commit 4f1fa8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paper/paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ In this section is possible to appreciate the weak and strong scalability of the
9393

9494
For parallelization is used `MPI`, and to solve the sparse and distribute numerical systems we use `PETSc`
9595

96-
### Strong Parallelization
96+
### Strong Scalability
9797
Strong scalability evaluates how efficiently a parallel code reduces execution time when the problem size remains fixed, but the number of processing units increases. There is a total of `400` elements on each side, leading to `160K` elements and `1.92M` dofs in total.
9898

99-
![MPI-strong](images/STRONG_TGV.png){ width=50% }
99+
![Strong Scalability](images/STRONG_TGV.png){ width=50% }
100100

101101

102-
### Weak Parallelization
102+
### Weak Scalability
103103
Weak scalability measures how well a parallel code maintains performance when the problem size is kept constant per processor, and the number of processors increases. On each processor there are `50x50` elements, the number of dofs is kept constant at `30K dfos/procs`.
104104

105-
![MPI-weak](images/WEAK_TGV.png){ width=50% }
105+
![Weak Scalability](images/WEAK_TGV.png){ width=50% }
106106

107107

108108
# Acknowledgements

0 commit comments

Comments
 (0)