precice / vm

Vagrant box with preCICE and examples preinstalled
MIT License
5 stars 4 forks source link

Add cargo (Rust) #80

Closed MakisH closed 5 months ago

MakisH commented 5 months ago

Closes #79

The elastic-tube-1d tutorial should install the Rust bindings and related dependencies on first run.

fsimonis commented 5 months ago

We can also use cargo vendor in the rust solvers to pre-download the sources. This allows for offline use.

MakisH commented 5 months ago

hm... offline use... That's something we actually need for the training courses sometimes...