added conference abstract

This commit is contained in:
reidmen
2022-04-08 14:01:42 +02:00
parent 653985b980
commit 08a542b328
5 changed files with 31305 additions and 25 deletions

19
.gitignore vendored
View File

@ -32,7 +32,10 @@ MANIFEST
*.sh
# TeX exceptions
!/tex/*.png
!/tex/**/*.png
# published article exception
!article_published.pdf
# Generated results from FEniCS/Python plots, etc...
*.xdmf
@ -40,7 +43,7 @@ MANIFEST
*.pyc
# Jupyter checkpoints
#*.ipynb
*.ipynb
.ipynb_checkpoints/
# Numerical results
@ -48,3 +51,15 @@ tests/
# Paraview state files
*.pvsm
*.aux
*.log
*.pdf
*.synctex.gz
*.sh
# Submission 1
**/*.synctex.gz
**/*.log
**/*.aux
**/*.pdf