Skip to content

[Feature] Dynamics components #22

Description

@jbcaillau

Parse dynamics scalar components:

(x[1])(t) == ...
(x₁)(t) == ...
ẋ₁(t) == ...
(t) == ...
  • $x\dot\_i must be generated (in addition to $x\_i$), aliasing to ∂(x[1])
  • same for every labeled component (...)
  • declaring componentwise declaration excludes all-at-once declaration
  • still generate an efficient in place dynamics in the end (when mapping to functional)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions