https://github.com/calkit/example-julia
An example Calkit project that uses Julia.
https://github.com/calkit/example-julia
Last synced: 4 months ago
JSON representation
An example Calkit project that uses Julia.
- Host: GitHub
- URL: https://github.com/calkit/example-julia
- Owner: calkit
- Created: 2025-08-07T18:11:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T02:14:27.000Z (5 months ago)
- Last Synced: 2025-08-13T04:10:13.049Z (5 months ago)
- Language: Julia
- Homepage: https://calkit.io/calkit/example-julia
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calkit Julia example
This project demonstrates how to use Julia with
[Calkit](https://github.com/calkit/calkit).
To run the
[pipeline](https://github.com/calkit/example-julia/blob/main/calkit.yaml#L12),
which simulates flow around a cylinder with
[WaterLily.jl](https://github.com/WaterLily-jl/WaterLily.jl)
and compiles figures as part of a LaTeX document, execute:
```sh
calkit run
```