A numerical simulation framework for physical systems.
Clone the repository and set the current working directory to the top level arctk
folder:
sh
git clone git@github.com:FreddyWordingham/arctk.git
cd arctk
and then install the library:
sh
cargo install --path . --release
arctk
is a collection of classes that form the simulation framework for other projects:
Sub-module dependency diagram:
mermaid
graph TD;
RT-->Geom;
Geom-->Dom;
Dom-->Parse;
Phys;