Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloisel/multigridbarrier.jl
MultiGrid Barrier method
https://github.com/sloisel/multigridbarrier.jl
Last synced: 6 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T21:11:02.000Z (about 1 month ago)
- Last Synced: 2024-11-18T22:24:28.055Z (about 1 month 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
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://sloisel.github.io/MultiGridBarrier.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://sloisel.github.io/MultiGridBarrier.jl/dev/)
[![Build Status](https://github.com/sloisel/MultiGridBarrier.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/sloisel/MultiGridBarrier.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/sloisel/MultiGridBarrier.jl/branch/main/graph/badge.svg)](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.