Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloisel/plaplacesolver
Solver for the p-Laplacian in MATLAB
https://github.com/sloisel/plaplacesolver
Last synced: 25 days ago
JSON representation
Solver for the p-Laplacian in MATLAB
- Host: GitHub
- URL: https://github.com/sloisel/plaplacesolver
- Owner: sloisel
- License: gpl-3.0
- Created: 2022-07-21T20:14:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T15:50:10.000Z (over 2 years ago)
- Last Synced: 2024-10-30T04:51:39.257Z (2 months ago)
- Language: MATLAB
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pLaplaceSolver
Solver for the p-Laplacian in MATLAB## Author: Sébastien Loisel
This is the p-Laplace solver described in the following paper:
```
@article{loisel2020efficient,
title={Efficient algorithms for solving the p-{L}aplacian in polynomial time},
author={Loisel, S{\'e}bastien},
journal={Numerische Mathematik},
volume={146},
number={2},
pages={369--400},
year={2020},
publisher={Springer}
}
```# How to use
See the main.m file for example usage. Some documentation strings
can be obtained with the commands:```
help pLaplaceSolverNew
help NesterovPathFollowingNew
```