Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @mtkbuild greatly simplify the tutorials #2305

Merged
merged 8 commits into from
Oct 8, 2023
Merged

Conversation

ChrisRackauckas
Copy link
Member

Good thing is that the tutorials are much simpler.

Bad thing is that there's an issue with completing a structurally simplified model which only allows for using the flattened variables, and thus requires using:

u0 = [
    rc_model.capacitor₊v => 0.0,
]

by the user, which is not nice as it should be:

u0 = [
    rc_model.capacitor.v => 0.0,
]

which is something we should probably fix ASAP

ChrisRackauckas and others added 8 commits October 8, 2023 19:26
Good thing is that the tutorials are much simpler.

Bad thing is that there's an issue with completing a structurally simplified model which only allows for using the flattened variables, and thus requires using:

```julia
u0 = [
    rc_model.capacitor₊v => 0.0,
]
```

by the user, which is not nice as it should be:

```julia
u0 = [
    rc_model.capacitor.v => 0.0,
]
```

which is something we should probably fix ASAP
@ChrisRackauckas ChrisRackauckas merged commit 17a3b6a into master Oct 8, 2023
23 of 31 checks passed
@ChrisRackauckas ChrisRackauckas deleted the mtkbuild branch October 8, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants