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
2b584422
Commit
2b584422
authored
Jul 17, 2019
by
Lambert Theisen
Browse files
Add changes to docs
parent
358eeab5
Pipeline
#165698
passed with stages
in 1 minute and 58 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG
→
CHANGELOG
.rst
View file @
2b584422
...
...
@@ -2,7 +2,7 @@ Change log
==========
0.1 (2019-07-17)
-------------
-------------
---
- Add logo
- Add Sphinx documentation
...
...
fenicsR13/docs/index.rst
View file @
2b584422
=============================================
fenicsR13: Extended gas dynamics using FEniCS
=============================================
...
...
@@ -11,8 +12,11 @@ Release v\ |release|.
.. note:: This is still work in progress.
.. include::
../../CHANGELOG.rst
Sourcecode
----------
==========
.. toctree::
:maxdepth: 3
:numbered:
...
...
@@ -20,7 +24,7 @@ Sourcecode
source/modules.rst
Indices and Tables
------------------
==========
.. toctree::
:maxdepth: 2
:numbered:
...
...
fenicsR13/src/solver.py
View file @
2b584422
...
...
@@ -15,6 +15,10 @@ class Solver:
.. math::
\mathbf{A} \mathbf{x} = \mathbf{b}
:ivar params: parameter dict
:ivar mesh: Dolfin mesh
:ivar cell: ufl_cell() for internal usage
"""
def
__init__
(
self
,
params
,
mesh
,
time
):
"Initializes solver"
...
...
thesis/README.md
View file @
2b584422
...
...
@@ -17,3 +17,4 @@
-
Outlook
-
See Roadmap
-
Check if we can simulate a paradoxon that NSF cannot do (PDEs HW)
-
Include LaTeX Sphinx as appendix
\ No newline at end of file
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