https://github.com/sloisel/multigridbarrier.jl
MultiGrid Barrier method
https://github.com/sloisel/multigridbarrier.jl
Last synced: 3 months ago
JSON representation
MultiGrid Barrier method
- Host: GitHub
- URL: https://github.com/sloisel/multigridbarrier.jl
- Owner: sloisel
- License: mit
- Created: 2024-05-21T09:26:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T17:03:48.000Z (4 months ago)
- Last Synced: 2025-03-23T17:34:21.191Z (4 months ago)
- Language: Julia
- Size: 3.23 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiGridBarrier
# Author: Sébastien Loisel
[](https://sloisel.github.io/MultiGridBarrier.jl/stable/)
[](https://sloisel.github.io/MultiGridBarrier.jl/dev/)
[](https://github.com/sloisel/MultiGridBarrier.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/sloisel/MultiGridBarrier.jl)This package solves convex variational problems, e.g. nonlinear PDEs and BVPs, using the MultiGrid Barrier method (with either finite elements or spectral elements), which is theoretically optimal for some problem classes.
See the documentation for more information and examples.
[Click here for a demonstration notebook](demo/MultiGridBarrierDemo.ipynb)