Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorapm committed Mar 30, 2024
1 parent 6b70bb0 commit 18b89c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ as a preconditioner to the conjugate gradient iterative solver, the YAML input f
linear_system:
rhs_filename: data/ps3d10pt7/np1/IJ.out.b
matrix_filename: data/ps3d10pt7/np1/IJ.out.A

solver: pcg

preconditioner: amg
```
Expand All @@ -85,7 +83,7 @@ while `hypredrive` can be executed via
$ mpirun -np 1 ./hypredrive input.yml
```

yielding the following output:
yielding an output that looks like:

```
Date and time: YYYY-MM-DD HH:MM:SS
Expand Down

0 comments on commit 18b89c9

Please sign in to comment.