Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```