From b2b2707c34a9ab59f380cc805c8610b32a2ae097 Mon Sep 17 00:00:00 2001 From: Nicola Castelletto Date: Tue, 14 May 2024 12:17:16 -0700 Subject: [PATCH] Testing formatting --- src/docs/JOSS/paper.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/docs/JOSS/paper.md b/src/docs/JOSS/paper.md index a305ff56104..00d813eb4d5 100644 --- a/src/docs/JOSS/paper.md +++ b/src/docs/JOSS/paper.md @@ -163,6 +163,12 @@ In cases where such tight coupling is not required, one may decompose the monoli +===================+============+=====================+ --> +| Machine | Nodes | Ranks | DoF/rank | Newton Iterations | GMRES Iterations | Setup Phase | Solve Phase | Efficiency | +|---------|-------|-------|----------|-------------------|------------------|-------------|-------------|------------| +| | 2 | 72 | 226.3K | 7.5 | 30.3 | 6,709.1 | 13,724.7 | 100\% | +| Quartz | 4 | 144 | 113.1K | 7.5 | 30.9 | 3,815.8 | 7,479.4 | 90\% | +| | 8 | 288 | 56.6K | 7.6 | 30.9 | 2,290.2 | 4,296.1 | 78\% | +| | 16 | 576 | 28.3K | 7.6 | 31.2 | 1,698.7 | 2,233.7 | 65\% | | Nodes | Ranks | DoF/rank | $\Large \frac{\textbf{Newton iter}}{\textbf{timestep}}$ | $\Large \frac{\textbf{GMRES iter}}{\textbf{Newton iter}}$ | Setup
[s] | Solve
[s] | Efficiency |