Skip to content

Commit

Permalink
Revert autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Apr 30, 2024
1 parent e7c41db commit 714a909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joss-paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DOLFINx is a general framework for solving partial differential equations using
The input to simulations using the finite element method is the computational domain (mesh), mesh markers, initial conditions, and boundary conditions.
To be able to restart a simulation at any point, one has to have the capability to read in all of the aforementioned variables.
The adios4dolfinx package implements all of these operations, using the Message Passing Interface (MPI) for communication across multiple processes and ADIOS2 for writing/reading data to/from file.
In particular, the functionality of adios4dolfinx includes _N-to-M_-checkpointing, which means that one can store a result of a simulation that was generated with N number of processes,
In particular, the functionality of adios4dolfinx includes *N-to-M*-checkpointing, which means that one can store a result of a simulation that was generated with N number of processes,
and read it into a program running on M processes.

# Statement of need
Expand Down

0 comments on commit 714a909

Please sign in to comment.