From f044f83dd47b0b7053e9ae5a75273d31862741ee Mon Sep 17 00:00:00 2001 From: Tizian Wenzel <tizian.wenzel@uni-hamburg.de> Date: Sun, 31 Dec 2023 19:52:41 +0100 Subject: [PATCH] README updated. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e217338..6faf3a4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ Modification of the classical vkoga code to solve PDEs in a greedy kernel way. + +## Installation + +pip install git+https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/pde-vkoga@v0.1.0 + + +## Usage + +Have a look into the [demo file](https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/pde-vkoga/-/blob/main/examples/example.py). + + ## How to cite: If you use this code in your work, please cite the paper -- GitLab