MetaPhysicL
MetaPhysicL copied to clipboard
Metaprogramming and operator-overloaded classes for numerical simulations
Build Instructions
cdto location of MetaPhysicL clone or extracted tarball. For git clones, make sure to clone recursively, or dogit submodule update --init --recursive./bootstrapmkdir buildcd build../configure --prefix=/path/to/metaphysicl/installmakemake check(optional, runs the example programs and unit tests when possible)make install