Documentation | Build Status |
---|---|
This Julia package aims at performing automatic bifurcation analysis of PDE solved using the Finite Elements Method (FEM) with the Julia package Gridap.jl.
I would like to thank Santiago Badia and Francesc Verdugo for their help in developing this package.
To install this package, run the command
add https://github.com/bifurcationkit/GridapBifurcationKit.jl
If you use BifurcationKit.jl
in your work, we ask that you cite the following paper on HAL-Inria with bibtex entry CITATION.bib. Open source development strongly depends on this.
You need to cite this entry as well
@article{Badia2020,
doi = {10.21105/joss.02520},
url = {https://doi.org/10.21105/joss.02520},
year = {2020},
publisher = {The Open Journal},
volume = {5},
number = {52},
pages = {2520},
author = {Santiago Badia and Francesc Verdugo},
title = {Gridap: An extensible Finite Element toolbox in Julia},
journal = {Journal of Open Source Software}
}
Most features of BifurcationKit are ported, please see the examples
folder or the tutorials for example of use.