diff --git a/README.md b/README.md index 78e6efa0..2ee0bfee 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ [![GMGPolarCI](https://github.com/SciCompMod/GMGPolar/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/SciCompMod/GMGPolar/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/SciCompMod/GMGPolar/graph/badge.svg?token=D0IVLUW51J)](https://codecov.io/gh/SciCompMod/GMGPolar) -GMGPolar -======= +![gmgpolar_logo](gmgpolar_small.png) GMGPolar is a performant geometric multigrid solver using implicit extrapolation to raise the convergence order. It is based on meshes in tensor- or product-format. GMGPolar's focus applications are geometries that can be described by polar or curvilinear coordinates for which suited smoothing procedures have been developed. diff --git a/gmgpolar_small.png b/gmgpolar_small.png new file mode 100644 index 00000000..b0855da7 Binary files /dev/null and b/gmgpolar_small.png differ diff --git a/pull_request_template.md b/pull_request_template.md index c384ce61..ec8b0224 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -6,7 +6,7 @@ As many checkboxes as possible should be ticked. ### Checks by code author: Always to be checked: * [ ] There is at least one issue associated with the pull request. -* [ ] New code adheres with the [coding guidelines](https://github.com/mknaranja/GMGPolar/wiki) +* [ ] New code adheres with the [coding guidelines](https://github.com/SciCompMod/GMGPolar/wiki) * [ ] No large data files have been added to the repository. Maximum size for files should be of the order of KB not MB. In particular avoid adding of pdf, word, or other files that cannot be change-tracked correctly by git. If functions were changed or functionality was added: @@ -22,13 +22,6 @@ If new third party software is used: If new mathematical methods or epidemiological terms are used: * [ ] Are new methods referenced? Did you provide further documentation? -[ ] The following questions are addressed in the documentation (if need be): -* Developers (what did you do?, how can it be maintained?) -* For users (how to use your work?) -* For admins (how to install and configure your work?) - -* For documentation: Please write or update the Readme in the current working directory! - ### Checks by code reviewer(s): * [ ] Is the code clean of development artifacts e.g., unnecessary comments, prints, ... * [ ] The ticket goals for each associated issue are reached or problems are clearly addressed (i.e., a new issue was introduced).