Skip to content

Commit 8a37f84

Browse files
authored
Update citation info with CPC paper (#31)
1 parent 55a36bd commit 8a37f84

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<!-- ABOUT THE PROJECT -->
4848
## About The Project
4949

50-
`ff-bifbox` is a package of scalable and cross-compatible FreeFEM scripts designed for numerical continuation, bifurcation analysis, resolvent analysis, and time-integration of large-scale time-dependent nonlinear PDEs on adaptively refined meshes. The project is built on top of [FreeFEM](https://freefem.org/), a free, open-source finite-element software, and [PETSc](https://petsc.org/), a scalable scientific computing library. Further details about `ff-bifbox` are available here: [arXiv:2509.18429](https://arxiv.org/abs/2509.18429).
50+
`ff-bifbox` is a package of scalable and cross-compatible FreeFEM scripts designed for numerical continuation, bifurcation analysis, resolvent analysis, and time-integration of large-scale time-dependent nonlinear PDEs on adaptively refined meshes. The project is built on top of [FreeFEM](https://freefem.org/), a free, open-source finite-element software, and [PETSc](https://petsc.org/), a scalable scientific computing library. Further details about `ff-bifbox` are available in the paper: [published version (Comput. Phys. Commun.)](https://doi.org/10.1016/j.cpc.2026.110221) or [preprint (arXiv)](https://arxiv.org/abs/2509.18429).
5151

5252
<p align="right">(<a href="#readme-top">back to top</a>)</p>
5353

@@ -85,10 +85,15 @@ If you use `ff-bifbox` for research, please cite the following:
8585
```bibtex
8686
@article{douglas_ff-bifbox_2026,
8787
author = {Douglas, Christopher M. and Jolivet, Pierre},
88-
title = {ff-bifbox: A scalable, open-source toolbox for bifurcation analysis of nonlinear PDEs},
88+
title = {{f}f-bifbox: {A} scalable, open-source toolbox for bifurcation analysis of nonlinear {PDE}s},
89+
journal = {Computer Physics Communications},
90+
volume = {326},
91+
pages = {110221},
8992
year = {2026},
90-
doi = {10.48550/arXiv.2509.18429},
91-
url = {https://arxiv.org/abs/2509.18429},
93+
issn = {0010-4655},
94+
doi = {10.1016/j.cpc.2026.110221},
95+
url = {https://doi.org/10.1016/j.cpc.2026.110221},
96+
arxiv = {https://arxiv.org/abs/2509.18429},
9297
}
9398
```
9499

0 commit comments

Comments
 (0)