Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Lambert Theisen
fenicsR13
Commits
d8f7461c
Commit
d8f7461c
authored
Aug 18, 2020
by
Lambert Theisen
🔥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 1.3
parent
8939208b
Pipeline
#321149
canceled with stages
in 20 minutes and 56 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
5 deletions
+18
-5
CHANGELOG.rst
CHANGELOG.rst
+13
-0
README.rst
README.rst
+1
-1
docs/conf.py
docs/conf.py
+1
-1
fenicsR13/fenicsR13.py
fenicsR13/fenicsR13.py
+2
-2
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
d8f7461c
Change log
----------
1.3 (2020-08-18)
~~~~~~~~~~~~~~~~
- Add option to use Garlerkign Least Squares (GLS) stabilization
- Allow for different chi_tilde on boundaries
- Add option for multiple mesh regions:
- Allows for different Knudsen numbers in regions
- Add new example: Lid-driven cavity with two mesh regions
- Optimization of CI pipeline and scripts in Gitlab:
- Assert Flake8 compliance
- Add option to output solution vectors (for model order reduction experiments)
- Improve README with R13 equation set and list of features
1.2 (2020-02-17)
~~~~~~~~~~~~~~~~
...
...
README.rst
View file @
d8f7461c
...
...
@@ -409,7 +409,7 @@ Contact
:target: https://git.rwth-aachen.de/lamboo/fenicsR13/pipelines
:alt: Test coverage
.. |version| image:: https://img.shields.io/badge/version-1.
2
-blue.svg
.. |version| image:: https://img.shields.io/badge/version-1.
3
-blue.svg
:target: https://git.rwth-aachen.de/lamBOO/fenicsR13/-/tags
:alt: Documentation Website
...
...
docs/conf.py
View file @
d8f7461c
...
...
@@ -25,7 +25,7 @@ copyright = '2020'
author
=
'Lambert Theisen'
# The full version, including alpha/beta/rc tags
release
=
'1.
2
'
release
=
'1.
3
'
# -- General configuration ---------------------------------------------------
...
...
fenicsR13/fenicsR13.py
View file @
d8f7461c
...
...
@@ -29,7 +29,7 @@ def print_information():
.. code-block:: text
-> Version: 1.
2
-> Version: 1.
3
-> 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.
2
print
(
r
"""-> Version: 1.
3
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
...
...
setup.py
View file @
d8f7461c
...
...
@@ -8,7 +8,7 @@ def readme(): # pylint: disable=missing-function-docstring
setup
(
name
=
"fenicsR13"
,
version
=
"1.
2
"
,
version
=
"1.
3
"
,
description
=
"FEniCS (FEM) Solver for Non.-Eq.-Gases Based on R13 Equations"
,
long_description
=
readme
(),
url
=
"https://git.rwth-aachen.de/lamBOO/fenicsR13"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment