Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fenicsR13
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lambert Theisen
fenicsR13
Commits
a351b322
Commit
a351b322
authored
5 years ago
by
Lambert Theisen
Browse files
Options
Downloads
Patches
Plain Diff
Update to version 1.1
parent
c0b5de3f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Update to version 1.1
Pipeline
#219158
passed
5 years ago
Stage: build
Stage: test
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.rst
+17
-0
17 additions, 0 deletions
CHANGELOG.rst
README.rst
+2
-2
2 additions, 2 deletions
README.rst
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
fenicsR13/fenicsR13.py
+2
-2
2 additions, 2 deletions
fenicsR13/fenicsR13.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
23 additions
and
6 deletions
CHANGELOG.rst
+
17
−
0
View file @
a351b322
Change log
Change log
----------
----------
1.1 (2019-12-15)
~~~~~~~~~~~~~~~~
- Symmetrize system
- Scale the equations to match
- Introduce subfunctionals
- Subfunctionals are equal for off-diagonal entries
- Resolve stf-terms using orthogonality
- Make r13 as default in formulation rather than decoupled
- Refactor CIP as separate subfunctionals
- Add antisymm ring, not used for now but can improve convergence
- Create package
- Move files into separate folder and add setup.py
- CI is changed
- Installation through "pip install ." in toplevel
- Clean repository
1.0 (2019-09-23)
1.0 (2019-09-23)
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
a351b322
...
@@ -258,7 +258,7 @@ Python notes
...
@@ -258,7 +258,7 @@ Python notes
Create new version tag
Create new version tag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Add CHANGELOG entry
1. Add CHANGELOG entry
2. Adapt version in `conf.py` for docs
2. Adapt version in `conf.py` for docs
and `setup.py` for package
3. Change badge in ``README.rst``
3. Change badge in ``README.rst``
4. Change version in program information printing
4. Change version in program information printing
...
@@ -381,7 +381,7 @@ Contact
...
@@ -381,7 +381,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-v1.
0
-blue.svg
.. |version| image:: https://img.shields.io/badge/version-v1.
1
-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
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
1
−
1
View file @
a351b322
...
@@ -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
=
'
1.
0
'
release
=
'
1.
1
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
fenicsR13/fenicsR13.py
+
2
−
2
View file @
a351b322
...
@@ -28,7 +28,7 @@ def print_information():
...
@@ -28,7 +28,7 @@ def print_information():
.. code-block:: text
.. code-block:: text
-> Version: v1.
0
-> Version: v1.
1
-> 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: v1.
0
print
(
r
"""
-> Version: v1.
1
-> 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>
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
a351b322
...
@@ -8,7 +8,7 @@ def readme(): # pylint: disable=missing-function-docstring
...
@@ -8,7 +8,7 @@ def readme(): # pylint: disable=missing-function-docstring
setup
(
setup
(
name
=
"
fenicsR13
"
,
name
=
"
fenicsR13
"
,
version
=
"
1.
0
"
,
version
=
"
1.
1
"
,
description
=
"
FEniCS (FEM) Solver for Non.-Eq.-Gases Based on R13 Equations
"
,
description
=
"
FEniCS (FEM) Solver for Non.-Eq.-Gases Based on R13 Equations
"
,
long_description
=
readme
(),
long_description
=
readme
(),
url
=
"
https://git.rwth-aachen.de/lamBOO/fenicsR13
"
,
url
=
"
https://git.rwth-aachen.de/lamBOO/fenicsR13
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment