This repo contains examples for working with uncertainty quantification using the VECMA toolkit.
Git submodules are used to bring in external dependencies. Please clone with either
git clone --recursive [email protected]:boutproject/VECMA-hackathon.git
or run
git submodules --init --recursive
following the initial clone to ensure these submodules are available.
Note these submodules use the git protocol so do not allow anonymous access.
To build exectute
cmake . -B build && cmake --build build