https://github.com/cadojo/mtkfunctiongenerationdemo
An example to show state and parameter ordering in function generation for ModelingToolkit.jl types.
https://github.com/cadojo/mtkfunctiongenerationdemo
Last synced: 3 months ago
JSON representation
An example to show state and parameter ordering in function generation for ModelingToolkit.jl types.
- Host: GitHub
- URL: https://github.com/cadojo/mtkfunctiongenerationdemo
- Owner: cadojo
- License: unlicense
- Created: 2024-03-01T02:28:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T03:04:29.000Z (about 1 year ago)
- Last Synced: 2025-01-16T20:23:12.641Z (4 months ago)
- Language: Julia
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTKFunctionGenerationDemo
_An example to show state and parameter ordering in function generation for `ModelingToolkit.jl` types._
## Usage
As long as you have `julia` or `juliaup` installed, you should be able to run the
brief demonstration by entering `make` in a terminal.```sh
make
```