Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 824 Bytes

iron-tests

Collection of tests for OpenCMISS-iron

Makefile targets

default: compile and run tests, collect results, create figures, compile documentation using XeLaTex
tex: compile documentation using XeLaTeX
latexmk: compile documentation using latexmk
run-tests-debug: compile and run examples (debug version)
run-tests-release: compile and run examples (release version)
collect-results: collect testing results and summary
create-figures: generate figures for summary
clean: remove temporary files

External mesh utils

You will need to download the git repository to import user meshes, found here:

https://github.com/beauof/meshReader

Simply set the environment variable in your ~/.bashrc and it will be picked up by the CMake files:

export IRON_MESH_READER_ROOT=/path/to/git/repo/for/meshReader