Skip to content

Commit a1317ff

Browse files
authored
Add logo to readme (#83)
1 parent 27de808 commit a1317ff

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![GMGPolarCI](https://github.com/SciCompMod/GMGPolar/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/SciCompMod/GMGPolar/actions/workflows/main.yml)
22
[![codecov](https://codecov.io/gh/SciCompMod/GMGPolar/graph/badge.svg?token=D0IVLUW51J)](https://codecov.io/gh/SciCompMod/GMGPolar)
33

4-
GMGPolar
5-
=======
4+
![gmgpolar_logo](gmgpolar_small.png)
65

76
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.
87

gmgpolar_small.png

13.1 KB
Loading

pull_request_template.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As many checkboxes as possible should be ticked.
66
### Checks by code author:
77
Always to be checked:
88
* [ ] There is at least one issue associated with the pull request.
9-
* [ ] New code adheres with the [coding guidelines](https://github.com/mknaranja/GMGPolar/wiki)
9+
* [ ] New code adheres with the [coding guidelines](https://github.com/SciCompMod/GMGPolar/wiki)
1010
* [ ] 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.
1111

1212
If functions were changed or functionality was added:
@@ -22,13 +22,6 @@ If new third party software is used:
2222
If new mathematical methods or epidemiological terms are used:
2323
* [ ] Are new methods referenced? Did you provide further documentation?
2424

25-
[ ] The following questions are addressed in the documentation (if need be):
26-
* Developers (what did you do?, how can it be maintained?)
27-
* For users (how to use your work?)
28-
* For admins (how to install and configure your work?)
29-
30-
* For documentation: Please write or update the Readme in the current working directory!
31-
3225
### Checks by code reviewer(s):
3326
* [ ] Is the code clean of development artifacts e.g., unnecessary comments, prints, ...
3427
* [ ] The ticket goals for each associated issue are reached or problems are clearly addressed (i.e., a new issue was introduced).

0 commit comments

Comments
 (0)