You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which will sample from the `4*4*3=48` specified combinations, each of which will run a
40
-
problem-size sweep of 600, 1200, 2400, 4800, 9600, 192000 FEM nodes per MPI rank. The
41
-
resulting log file can be read by the Python plotting scripts in `benchmarks/`.
38
+
which will sample from the `4*4*3=48` specified combinations, each of which will run a problem-size sweep of 600, 1200, 2400, 4800, 9600, 192000 FEM nodes per MPI rank.
39
+
The resulting log file can be read by the Python plotting scripts in `benchmarks/`.
42
40
43
41
### CEED bakeoff problems with DMPlex and PCMG - multigrid
44
42
45
-
This code solves the CEED bakeoff problems on a unstructured grid using DMPlex
46
-
with p-multigrid implemented in PCMG. This example requires a PETSc version later than 3.11.3.
43
+
This code solves the CEED bakeoff problems on a unstructured grid using DMPlex with p-multigrid implemented in PCMG.
44
+
This example requires a PETSc version later than 3.11.3.
0 commit comments