Skip to content

Commit 8ed8fac

Browse files
committed
Add links to data in the readme
1 parent f0c7808 commit 8ed8fac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ $ ../build/src/parabfit/pececillo-parabfit
2222

2323
By default, this will calculate the curvature error norms for the ellipsoid test case on the coarsest tetrahedral mesh, which should take 5-20 minutes, depending on your hardware.
2424

25-
To reproduce all results in the paper, you must first download all tetrahedral and distorted hexahedral meshes from [here](??) and unpack them in the run directory. Then, execute `$ ../build/src/parabfit/pececillo-parabfit full`. This will take days to weeks to calculate on a single workstation, due to the high cost of initializing volume fraction fields, and to a lesser extent calculating normal vectors via LVIRA. You can speed this up by instead downloading volume fraction fields and normal vectors from ??, unpacking them in the run directory. By reading in these fields, all paper results will be calculated in a few hours.
25+
To reproduce all results in the paper, you must first download all tetrahedral and distorted hexahedral meshes from [here](https://zenodo.org/record/1135295/files/meshes.tar.gz) and unpack them in the run directory. Then, execute `$ ../build/src/parabfit/pececillo-parabfit full`. This will take days to weeks to calculate on a single workstation, due to the high cost of initializing volume fraction fields, and to a lesser extent calculating normal vectors via LVIRA. You can speed this up by instead downloading volume fraction fields and normal vectors from [here](https://zenodo.org/record/1135295/files/fields.tar.gz), unpacking them in the run directory. By reading in these fields, all paper results will be calculated in a few hours.
26+
27+
Both the fields and meshes tarballs are identified by [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1135295.svg)](https://doi.org/10.5281/zenodo.1135295).
2628

2729
## Paraboloid Fitting Algorithm in the Source
2830

0 commit comments

Comments
 (0)