Skip to content

Commit b6024fe

Browse files
author
adajel
committed
update readme
1 parent d929f68 commit b6024fe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
### About
44

55
Code for solving the KNP--EMI problem using a DG fem method. The numerical
6-
method is described in: [Ellingsrud, Benedusi, and Kuchta. A splitting, discontinuous Galerkin solver for the cell-by-cell
7-
electroneutral Nernst–Planck framework.SIAM Journal on Scientific Computing
8-
47.2 (2025): B477-B504.](https://doi.org/10.1137/24M1653367)
6+
method is described in [Ellingsrud et al 2025](https://doi.org/10.1137/24M1653367 "Ellingsrud, Benedusi, and Kuchta. A
7+
splitting, discontinuous Galerkin solver for the cell-by-cell
8+
electroneutral Nernst–Planck framework.SIAM Journal on Scientific
9+
Computing 47.2 (2025): B477-B504.")
910

1011
### Dependencies
1112

@@ -37,8 +38,10 @@ python3 -m pip install -e .
3738

3839
### Reproduce results from paper
3940

40-
To reproduce (a selection) of the results from Ellingsrud et al., run the
41-
following scripts.
41+
To reproduce (a selection) of the results from [Ellingsrud et al 2025](https://doi.org/10.1137/24M1653367 "Ellingsrud, Benedusi, and Kuchta. A
42+
splitting, discontinuous Galerkin solver for the cell-by-cell
43+
electroneutral Nernst–Planck framework.SIAM Journal on Scientific
44+
Computing 47.2 (2025): B477-B504."), run the following scripts.
4245

4346
```bash
4447

0 commit comments

Comments
 (0)