Skip to content

lorenzo-mechbau/iron-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of tests for OpenCMISS-iron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 81.8%
  • Makefile 18.2%