Skip to content
Snippets Groups Projects
Verified Commit 2933a66c authored by Lambert Theisen's avatar Lambert Theisen
Browse files

update to v1.5

parent 0a35b4e6
Branches
Tags
No related merge requests found
Pipeline #1628143 failed
Change log
----------
1.5 (2025-02-27)
~~~~~~~~~~~~~~~~
- Add 3d implementation and test cases
- Tensor operations module updated
- Make implementation now fully parallel, also for convergence study
- Add full PETSc interface
- Use Sphinx booktheme for docs
- Improve `rescale_pressure` keyword
- Update Docker setup to use DIND
- Add `CITATION.cff`
- Add paper and improve installation tutorial to README
- Change test folder structure to use `2d_r13` instead of `r13`
- Add some examples (Balton board, compatibility conditions, Crookes radiometer, discrete coercivity test, Fourier flow, thermal edge flow, thermal flow between cylinders, ...)
- Add heat source and stress source terms
- Skip convergence plot if only one mesh is used
- Improve geoToH5 to work with 3D
- Print hmax for simulation
- Improve error calculation, add H1 error and L2, linf for tensorial structure, use "real" relative error
1.4 (2020-11-01)
~~~~~~~~~~~~~~~~
......
......@@ -419,7 +419,7 @@ Contact
:target: https://git.rwth-aachen.de/lamboo/fenicsR13/pipelines
:alt: Test coverage
.. |version| image:: https://img.shields.io/badge/version-1.4-blue.svg
.. |version| image:: https://img.shields.io/badge/version-1.5-blue.svg
:target: https://git.rwth-aachen.de/lamBOO/fenicsR13/-/tags
:alt: Documentation Website
......
......@@ -28,7 +28,7 @@ copyright = '2020'
author = 'Lambert Theisen'
# The full version, including alpha/beta/rc tags
release = '1.4'
release = '1.5'
# -- General configuration ---------------------------------------------------
......
......@@ -29,7 +29,7 @@ def print_information():
.. code-block:: text
-> Version: 1.4
-> Version: 1.5
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
......@@ -41,7 +41,7 @@ def print_information():
|_| \___|_| |_|_|\___|___/_| \_\_|____/
"""
print(r"""-> Version: 1.4
print(r"""-> Version: 1.5
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
......
......@@ -8,7 +8,7 @@ def readme(): # pylint: disable=missing-function-docstring
setup(
name="fenicsR13",
version="1.4",
version="1.5",
description="FEniCS (FEM) Solver for Non.-Eq.-Gases Based on R13 Equations",
long_description=readme(),
url="https://git.rwth-aachen.de/lamBOO/fenicsR13",
......
......@@ -11,7 +11,7 @@ meshes:
- meshes/square3.h5
- meshes/square4.h5
- meshes/square5.h5
- meshes/square6.h5
# - meshes/square6.h5
# - meshes/square7.h5
# - meshes/square8.h5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment