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

Update to version 1.4

parent 71c238e6
No related branches found
Tags 1.4
No related merge requests found
Pipeline #351334 canceled
Change log
----------
1.4 (2020-11-01)
~~~~~~~~~~~~~~~~
- Add convergence study for Knudsen pump
- Add thermal edge flow example
- With SLURM script and Amazon EC2 setup script
- Add timing reports in debug log for assemble, solve
- Add average velocity postproccessing
- Update docker-compose by:
- Remove Git binding
- Increase SHM size for clusters
- Improve geoToH5 by using unique tmp names
- This allows for parallel execution
- Add feature to evaluate arbitrary line integrals
1.3 (2020-08-18)
~~~~~~~~~~~~~~~~
- Add option to use Garlerkign Least Squares (GLS) stabilization
- Add option to use Garlerkin Least Squares (GLS) stabilization
- Allow for different chi_tilde on boundaries
- Add option for multiple mesh regions:
- Allows for different Knudsen numbers in regions
......
......@@ -395,7 +395,7 @@ Contact
:target: https://git.rwth-aachen.de/lamboo/fenicsR13/pipelines
:alt: Test coverage
.. |version| image:: https://img.shields.io/badge/version-1.3-blue.svg
.. |version| image:: https://img.shields.io/badge/version-1.4-blue.svg
:target: https://git.rwth-aachen.de/lamBOO/fenicsR13/-/tags
:alt: Documentation Website
......
......@@ -25,7 +25,7 @@ copyright = '2020'
author = 'Lambert Theisen'
# The full version, including alpha/beta/rc tags
release = '1.3'
release = '1.4'
# -- General configuration ---------------------------------------------------
......
......@@ -29,7 +29,7 @@ def print_information():
.. code-block:: text
-> Version: 1.3
-> Version: 1.4
-> 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.3
print(r"""-> Version: 1.4
-> 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.3",
version="1.4",
description="FEniCS (FEM) Solver for Non.-Eq.-Gases Based on R13 Equations",
long_description=readme(),
url="https://git.rwth-aachen.de/lamBOO/fenicsR13",
......
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