From 5d4e4d6401717f5bb71b6d771c0b6a2918a16037 Mon Sep 17 00:00:00 2001 From: sdargavi Date: Sat, 14 Mar 2026 03:25:40 +0000 Subject: [PATCH 1/3] Grammar in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d3d425..8033f5b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ PFLARE adds new methods to PETSc, including: 1) Polynomial approximate inverses, e.g., GMRES and Neumann polynomials 2) Reduction multigrids, e.g., AIRG, nAIR and lAIR 3) CF splittings, e.g., PMISR DDC -4) Extracting diagonally dominant submatrices +4) Methods to extract diagonally dominant submatrices ## Quick start @@ -53,10 +53,10 @@ and the Jupyter notebooks: | Path | Contents | |---|---| -| [notebooks/01_getting_started.ipynb](notebooks/01_getting_started.ipynb) | Introduction to PFLARE | +| [notebooks/01_getting_started.ipynb](notebooks/01_getting_started.ipynb) | Introduce PFLARE | | [notebooks/02_pcpflareinv.ipynb](notebooks/02_pcpflareinv.ipynb) | Examine some of the approximate inverses found in PCPFLAREINV | | [notebooks/03_cf_splitting.ipynb](notebooks/03_cf_splitting.ipynb) | Visualise the C/F splitting and explore the PMISR-DDC algorithm | -| [notebooks/04_pcair.ipynb](notebooks/04_pcair.ipynb) | Introduction to PCAIR and the AIRG method | +| [notebooks/04_pcair.ipynb](notebooks/04_pcair.ipynb) | Introduce PCAIR and the AIRG method | | [notebooks/05_parallel.ipynb](notebooks/05_parallel.ipynb) | Discuss PCAIR, parallelism and GPUs | | [notebooks/06_reuse.ipynb](notebooks/06_reuse.ipynb) | Discuss PCAIR and reuse | From f9304a2328c2954d94c27d3eda5f9e3dc6edc2b5 Mon Sep 17 00:00:00 2001 From: sdargavi Date: Sat, 14 Mar 2026 03:31:32 +0000 Subject: [PATCH 2/3] Updates to readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8033f5b..f596764 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,11 @@ PFLARE adds new methods to PETSc, including: ## Quick start -You can get started with PFLARE in one of three ways: +You can get started with PFLARE in one of four ways: -* To run the Jupyter notebooks in `notebooks/` in your browser (without requiring any local install), click the Binder badge above (may take several minutes to build). These notebooks provide an introduction to some of the methods in PFLARE. -* To download a Docker image with PFLARE and dependencies installed, run `docker run -it stevendargaville/pflare && make check` +* PFLARE is now available directly through the PETSc configure with: `--download-pflare` +* To run the Jupyter notebooks in `notebooks/` in your browser without requiring a local install, click the Binder badge above +* To download a Docker image with PFLARE installed, run `docker run -it stevendargaville/pflare && make check` * To build from source, please see [docs/installation.md](docs/installation.md) ## Documentation From 9ab1c4b0a21f4b57f608a93a6ad8872a715ec4ec Mon Sep 17 00:00:00 2001 From: sdargavi Date: Sat, 14 Mar 2026 03:33:22 +0000 Subject: [PATCH 3/3] Updates to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f596764..477f0f4 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ PFLARE adds new methods to PETSc, including: You can get started with PFLARE in one of four ways: -* PFLARE is now available directly through the PETSc configure with: `--download-pflare` +* PFLARE is now available directly through the PETSc configure with: `--download-pflare`, see [docs/installation.md](docs/installation.md) * To run the Jupyter notebooks in `notebooks/` in your browser without requiring a local install, click the Binder badge above * To download a Docker image with PFLARE installed, run `docker run -it stevendargaville/pflare && make check` -* To build from source, please see [docs/installation.md](docs/installation.md) +* To build from source, see [docs/installation.md](docs/installation.md) ## Documentation