LS-Prior is a python package for large-scale Gaussian prior measures. The implementation is based on the SPDE approach to Gaussian Matérn fields popularized by
Lindgren et al..
This work introduces the generation of random fields via transformations of white noise
The discrete representation of prior distributions in LS-Prior on computationl meshes is realized through the finite element method with FenicsX. The package is intended to be a more modern, modular, and flexible substitute for the prior component in the hIPPYlib library. In particular, it can be combined with any other component in an inverse problem workflow, without explicit reliance on the internal FEM representation.
- Matrix-free Gaussian prior distributions via SPDE approach
- FenicsX FEM backend, PETSc linear algebra and solvers
- Fully MPI parallelized, fully modular
- Easily embeddable into Bayesian inverse problem workflows
LS-Prior is available as a conda package on Prefix. To install the package, simply run
conda install -c https://repo.prefix.dev/kruse-forge ls-prior
The documentation provides further information regarding usage, technical setup and API. Alternatively, you can check out the notebooks under examples
LS-Prior is being developed in the research group Uncertainty Quantification at KIT. It is distributed as free software under the MIT License. Major portions of the implementation are inspired by the prior implementation of the hIPPYlib library.