|
47 | 47 | <!-- ABOUT THE PROJECT --> |
48 | 48 | ## About The Project |
49 | 49 |
|
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). |
51 | 51 |
|
52 | 52 | <p align="right">(<a href="#readme-top">back to top</a>)</p> |
53 | 53 |
|
@@ -85,10 +85,15 @@ If you use `ff-bifbox` for research, please cite the following: |
85 | 85 | ```bibtex |
86 | 86 | @article{douglas_ff-bifbox_2026, |
87 | 87 | 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}, |
89 | 92 | 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}, |
92 | 97 | } |
93 | 98 | ``` |
94 | 99 |
|
|
0 commit comments