Skip to content
Snippets Groups Projects
Unverified Commit 914193a8 authored by Lars Bilke's avatar Lars Bilke
Browse files

6.5.2

parent b3ffceb4
Branches master
No related tags found
1 merge request!2Draft: xdmf polyvertex
......@@ -24,13 +24,13 @@ authors:
family-names: Lehmann
orcid: "https://orcid.org/0000-0001-7936-9852"
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Karsten
family-names: Rink
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Wenqing
family-names: Wang
orcid: "https://orcid.org/0000-0001-8909-6245"
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Karsten
family-names: Rink
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Norihiro
family-names: Watanabe
affiliation: AIST
......@@ -56,14 +56,14 @@ authors:
family-names: Chen
orcid: "https://orcid.org/0000-0003-2019-3439"
affiliation: TU Bergakademie Freiberg
- given-names: Thomas
family-names: Nagel
orcid: "https://orcid.org/0000-0001-8459-4616"
affiliation: TU Bergakademie Freiberg
- given-names: Christian
family-names: Silbermann
orcid: "https://orcid.org/0000-0002-5474-0165"
affiliation: TU Bergakademie Freiberg
- given-names: Thomas
family-names: Nagel
orcid: "https://orcid.org/0000-0001-8459-4616"
affiliation: TU Bergakademie Freiberg
- given-names: Yonghui
family-names: Huang
affiliation: Helmholtz Centre for Environmental Research -- UFZ
......@@ -88,6 +88,11 @@ authors:
family-names: Kiszkurno
orcid: "https://orcid.org/0000-0003-3304-4838"
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Jan
family-names: Thiedau
affiliation: >-
Bundesanstalt für Geowissenschaften und Rohstoffe --
BGR
- given-names: Keita
family-names: Yoshioka
orcid: "https://orcid.org/0000-0001-7518-6952"
......@@ -99,11 +104,6 @@ authors:
- given-names: Francesco
family-names: Parisio
affiliation: CSIC
- given-names: Jan
family-names: Thiedau
affiliation: >-
Bundesanstalt für Geowissenschaften und Rohstoffe --
BGR
- given-names: Jaime
family-names: Rodriguez
name-particle: Garibay
......@@ -174,6 +174,10 @@ authors:
affiliation: >-
Bundesanstalt für Geowissenschaften und Rohstoffe --
BGR
- given-names: Philipp
family-names: Selzer
orcid: "https://orcid.org/0000-0001-9995-3634"
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Falko
family-names: Vehling
affiliation: Helmholtz Centre for Environmental Research -- UFZ
......@@ -196,10 +200,6 @@ authors:
- given-names: Olaf
family-names: Kolditz
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Philipp
family-names: Selzer
orcid: "https://orcid.org/0000-0001-9995-3634"
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Reza
family-names: Taher Dang Koo
affiliation: TU Bergakademie Freiberg
......@@ -308,6 +308,6 @@ identifiers:
repository-code: "https://github.com/ufz/ogs"
url: "https://www.opengeosys.org"
license: BSD-3-Clause
version: 6.5.1
date-released: "2024-03-28"
version: 6.5.2
date-released: "2024-06-14"
doi: 10.5281/zenodo.10890088
......@@ -21,6 +21,7 @@
*
* The documentation for OGS releases can be found here:
*
* - https://doxygen.opengeosys.org/6.5.2
* - https://doxygen.opengeosys.org/6.5.1
* - https://doxygen.opengeosys.org/v6.5.0
* - https://doxygen.opengeosys.org/v6.4.4
......
......@@ -17,7 +17,7 @@ waste deposition. OGS is comprised of the THMC-simulator (simply referred to as
## Software development
- Good starting point for users as well as for developers is the [documentation][documentation]
- Check your code against our [styleguide](http://ufz.github.io/styleguide/cppguide.xml)
- Check your code against our [style guide](http://ufz.github.io/styleguide/cppguide.xml)
- Have a look at the [source code documentation for the current master-branch build][docs-master] or [for the latest release][docs-release]
## License
......@@ -28,5 +28,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the
[ogs]: https://www.opengeosys.org
[documentation]: https://www.opengeosys.org/docs/
[docs-master]: https://doxygen.opengeosys.org/
[docs-release]: https://doxygen.opengeosys.org/6.5.1
[docs-release]: https://doxygen.opengeosys.org/6.5.2
[license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt
......@@ -9,3 +9,4 @@
/v6.4.4/* https://ogs-doxygen-v6-4-4.netlify.app/:splat 200!
/v6.5.0/* https://ogs-doxygen-v6-5-0.netlify.app/:splat 200!
/6.5.1/* https://ogs-doxygen-6-5-1.netlify.app/:splat 200!
/6.5.2/* https://ogs-doxygen-6-5-2.netlify.app/:splat 200!
+++
date = "2024-06-14T08:41:12+02:00"
title = "OpenGeoSys 6.5.2"
tag = "6.5.2"
author = "Lars Bilke"
release_date = "2024-06-14T08:41:12+02:00"
[downloads]
binary = [
"Windows-10.0.22631-python-3.12.1-de-utils.zip",
"Windows-10.0.22631-python-3.12.1-utils.zip",
]
container = [
"serial.sif",
"petsc.sif",
"serial-mkl.sif",
"petsc-mkl.sif",
]
pip = true
note = """
**Note:** When using Python bindings make sure to have Python installed on your system:
- Windows: [Python 3.12.1](https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe)
"""
+++
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment