Skip to content

[Feature] Dynamics components #22

@jbcaillau

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)

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