Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 authored Nov 27, 2024
1 parent 905429c commit 12b62cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PyLops-MPI is designed to tackle large-scale linear inverse problems that are di

![Software Framework representation of the ``PyLops-MPI`` API.](figs/software_framework.png)

The main components of the library are:
Fig. 1 illustrates the main components of the library, emphasizing the relationship between the DistributedArray class, stacked operators, and MPI-powered solvers. The figure highlights the integration of data partitioning, halo exchange mechanisms, and the facilitation of parallel computation.

## DistributedArray

Expand All @@ -80,7 +80,7 @@ PyLops-MPI uses halo exchange to transfer portions of the model and data between

## MPI-powered Solvers

PyLops-MPI offers a small subset of PyLops linear solvers, which can deal with **DistributedArray** and **StackedDistributedArray** objects. These solvers utilize
PyLops-MPI offers a small subset of PyLops linear solvers, which can deal with `pylops_mpi.DistributedArray` and `pylops_mpi.StackedDistributedArray` objects. These solvers utilize
the mathematical operations implemented in these classes and call the operator's forward and adjoint passes.

# Use Cases
Expand All @@ -105,4 +105,4 @@ As similar patterns are likely to emerge in inverse problems across other discip

The PyLops team acknowledges the support from Google Summer of Code and the NumFOCUS organization, which have been vital to the development of PyLops-MPI.

# References
# References

0 comments on commit 12b62cf

Please sign in to comment.