| Crates.io | arctk |
| lib.rs | arctk |
| version | 2.0.10 |
| created_at | 2020-09-12 18:39:24.918804+00 |
| updated_at | 2023-03-21 00:07:16.36156+00 |
| description | Numerical simulations of physical systems |
| homepage | |
| repository | https://github.com/FreddyWordingham/arctk |
| max_upload_size | |
| id | 287867 |
| size | 159,025 |
A numerical simulation framework for physical systems.
Clone the repository and set the current working directory to the top level arctk folder:
git clone git@github.com:FreddyWordingham/arctk.git
cd arctk
and then install the library:
cargo install --path . --release
arctk is a collection of classes that form the simulation framework for other projects:
Sub-module dependency diagram:
graph TD;
RT-->Geom;
Geom-->Dom;
Dom-->Parse;
Phys;