From c1bdd049316b28124dcb46c0b870d89e58e6b455 Mon Sep 17 00:00:00 2001 From: Tizian Wenzel <tizian.wenzel@ians.uni-stuttgart.de> Date: Fri, 3 Feb 2023 16:16:15 +0100 Subject: [PATCH] Updated README.md --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f256d..e217338 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ -# pde-vkoga +# PDE-VKOGA + +Modification of the classical vkoga code to solve PDEs in a greedy kernel way. + +## How to cite: +If you use this code in your work, please cite the paper + +> T. Wenzel, D. Winkle, G. Santin, and B. Haasdonk. Adaptive meshfree solution +of linear partial differential equations with PDE-greedy kernel methods. ArXiv, +(2207.13971), 2022. Submitted + + +```bibtex: +@article{wenzel2022adaptive, + doi = {10.48550/ARXIV.2207.13971}, + url = {https://arxiv.org/abs/2207.13971}, + author = {Wenzel, Tizian and Winkle, Daniel and Santin, Gabriele and Haasdonk, Bernard}, + title = {Adaptive meshfree solution of linear partial differential equations with {PDE}-greedy kernel methods}, + number = {2207.13971}, + publisher = {arXiv}, + year = {2022}, + journal={ArXiv}, + type={ArXiv}, + note={Submitted} +} +} +``` + +For further details on the VKOGA algorithm, please refer to [here](https://github.com/GabrieleSantin/VKOGA). + -Modification of the classical vkoga code to solve PDEs in a greedy kernel way. \ No newline at end of file -- GitLab