Skip to content

Commit 4aa58b0

Browse files
authored
Merge pull request #51 from scientificcomputing/fix-50
Add mapMRI
2 parents accfaed + be5ea2e commit 4aa58b0

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.cspell_dict.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ cibuildwheel
88
conda
99
Cookiecutter
1010
Daversin
11+
discretization
1112
docname
1213
docnames
13-
DOLFINx
1414
Dokken
15+
DOLFINx
1516
electrodiffusive
1617
finsberg
1718
Finsberg
@@ -60,4 +61,5 @@ Stankelbein
6061
SVMTK
6162
Valnes
6263
venv
64+
zapf
6365
Zenodo

docs/references.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,12 @@ @misc{budisa2022
9696
year = {2022},
9797
copyright = {arXiv.org perpetual, non-exclusive license}
9898
}
99+
100+
@misc{zapf2023medical,
101+
title={Medical image registration using optimal control of a linear hyperbolic transport equation with a DG discretization},
102+
author={Bastian Zapf and Johannes Haubner and Lukas Baumgärtner and Stephan Schmidt},
103+
year={2023},
104+
eprint={2305.03020},
105+
archivePrefix={arXiv},
106+
primaryClass={math.NA}
107+
}

docs/repositories.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A list of repositories used in research in the Scientific Computing Department f
77
- [A novel density based approach for topology optimization of Stokes flow](https://github.com/JohannesHaubner/TopOpt) {cite}`Haubner2021`
88
- [An electrodiffusive neuron-extracellular-glia model for exploring the genesis of slow potentials in the brain](https://github.com/CINPLA/edNEGmodel_analysis) {cite}`saetra2021`
99
- [HAZniCS - Software Components for Multiphysics Problems](https://github.com/anabudisa/HAZniCS-examples) {cite}`budisa2022`
10+
- [Medical image registration using optimal control of a linear hyperbolic transport equation with a DG discretization](https://github.com/JohannesHaubner/mapMRI) {cite}`zapf2023medical`
1011

1112
## Missing a repository?
1213

0 commit comments

Comments
 (0)