Python wrapper for C++ codes for the monotone scheme for curvature motion PDEs
Project description
Monotone schemes for solving curvature motion PDEs
by Jeff Calder (UMN) and Wonjun Lee (UMN)
Outline
This repository contains c++ and python codes for running the monotone algorithm to solve curvature motion PDEs. Here are list of PDEs that can be solved using this algorithm.
Eikonal equation
$$ |\nabla u(x)| = f(x), \quad x \in \Omega $$ $$ x = 0, \quad x \in \partial \Omega $$
Mean curvature PDE
$$ |\nabla u(x)|\kappa(x) = f(x), \quad x \in \Omega $$ $$ x = 0, \quad x \in \partial \Omega $$ where $\kappa(x) = - \text{div}\left( \frac{\nabla u}{|\nabla u|} \right)$ is the mean curvature of the level set surface of $u$ passing through $x$.
Tukey Depth
$$ |\nabla u(x)| = \int_{(y-x)\cdot \nabla u(x) = 0} \rho(y) dS(y), \quad x \in \Omega.$$
Tutorial
Prerequisites
pip
python >= 3.6
Follow this link to see the instruction for the installation of pip
: https://pip.pypa.io/en/stable/installation/.
Installing the package
First install the package by running the following command:
pip install MonotoneScheme
(TO BE CONTINUED)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MonotoneScheme-0.0.9.tar.gz
.
File metadata
- Download URL: MonotoneScheme-0.0.9.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/1.0.0 urllib3/1.26.3 tqdm/4.65.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0dfdb93d0515863d1760a25466f2b203456e36075e07d5abb194cf181c2c8b2 |
|
MD5 | 5145a872de07e65cdd2be8f26f47fb63 |
|
BLAKE2b-256 | fdc07a42d9548e32b1ea5c449dbe737999dc3c1ed1e3cfbf54e76ffcf9f1f952 |
File details
Details for the file MonotoneScheme-0.0.9-cp36-cp36m-macosx_10_14_x86_64.whl
.
File metadata
- Download URL: MonotoneScheme-0.0.9-cp36-cp36m-macosx_10_14_x86_64.whl
- Upload date:
- Size: 102.3 kB
- Tags: CPython 3.6m, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/1.0.0 urllib3/1.26.3 tqdm/4.65.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c9836af83488db209a12bd737c2d7c53b2272214455472881b2241e87539496 |
|
MD5 | bef9946f08e0dc2c699c77a75f6d014b |
|
BLAKE2b-256 | 1475e1d3de0b170c6059425e69051cb61c0eeb41271e535b4fd3824ad1aa31f7 |