Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lambert Theisen
fenicsR13
Commits
64d26071
Commit
64d26071
authored
Sep 23, 2019
by
Lambert Theisen
Browse files
Update to version 1.0 (v1.0)
parent
a7f8a8a7
Pipeline
#186231
passed with stages
in 14 minutes and 48 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
64d26071
Change log
Change log
----------
----------
1.0 (2019-09-23)
~~~~~~~~~~~~~~~~
- Improve examples
- Remove auxiliary files, clean cases, improve output plots and change some meshes
- Add WELCOME screen to Docker container with link to website and documentation
- Introduce more variables as ``dolfin.Constant()`` for parameters study w.o. compiling
- Add time measure for linear solve
- Thesis submission version
0.5 (2019-09-13)
0.5 (2019-09-13)
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
...
...
README.rst
View file @
64d26071
...
@@ -323,7 +323,7 @@ Contact
...
@@ -323,7 +323,7 @@ Contact
:target: https://git.rwth-aachen.de/lamboo/fenicsR13/pipelines
:target: https://git.rwth-aachen.de/lamboo/fenicsR13/pipelines
:alt: Test coverage
:alt: Test coverage
.. |version| image:: https://img.shields.io/badge/version-v
0.5
-blue.svg
.. |version| image:: https://img.shields.io/badge/version-v
1.0
-blue.svg
:target: https://git.rwth-aachen.de/lamBOO/fenicsR13/-/tags
:target: https://git.rwth-aachen.de/lamBOO/fenicsR13/-/tags
:alt: Documentation Website
:alt: Documentation Website
...
...
docs/conf.py
View file @
64d26071
...
@@ -25,7 +25,7 @@ copyright = '2019'
...
@@ -25,7 +25,7 @@ copyright = '2019'
author
=
'Lambert Theisen'
author
=
'Lambert Theisen'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
0.5
'
release
=
'
1.0
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
src/fenicsR13.py
View file @
64d26071
...
@@ -28,7 +28,7 @@ def print_information():
...
@@ -28,7 +28,7 @@ def print_information():
.. code-block:: text
.. code-block:: text
-> Version: v
0.5
-> Version: v
1.0
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
...
@@ -40,7 +40,7 @@ def print_information():
...
@@ -40,7 +40,7 @@ def print_information():
|_| \___|_| |_|_|\___|___/_| \_\_|____/
|_| \___|_| |_|_|\___|___/_| \_\_|____/
"""
"""
print
(
r
"""-> Version: v
0.5
print
(
r
"""-> Version: v
1.0
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
-> Repository: <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