-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# fayette | ||
#### Experimentation framework for the manuscript: | ||
|
||
> Miklós Homolya, Robert C. Kirby, and David A. Ham. "Exposing and | ||
> exploiting structure: optimal code generation for high-order finite | ||
> element methods." (2017). | ||
#### Usage | ||
|
||
To collect measurement data, run `measure-assembly.py` and | ||
`measure-action.py` respectively. For the baseline, apply the correct | ||
patch to TSFC (`fiat-mode` branch) and call the data collection | ||
scripts with `--mode coffee`. | ||
|
||
These scripts append raw measurement data to: | ||
- `assembly.csv` | ||
- `matvec.csv` | ||
- `matfree.csv` | ||
|
||
We have uploaded the collected datasets that were used to make the | ||
plots in the paper in this repository. Run `generate.py` to process | ||
raw data and produce the files which are directly pulled in by the TeX | ||
file to render the paper. `generate.py` creates all these files in | ||
`data/`; this directory should be copied to the LaTeX source | ||
directory. |