Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 797 Bytes

ImplicitDiscreteSystem.md

File metadata and controls

33 lines (23 loc) · 797 Bytes

ImplicitDiscreteSystem

System Constructors

ImplicitDiscreteSystem

Composition and Accessor Functions

  • get_eqs(sys) or equations(sys): The equations that define the implicit discrete system.
  • get_unknowns(sys) or unknowns(sys): The set of unknowns in the implicit discrete system.
  • get_ps(sys) or parameters(sys): The parameters of the implicit discrete system.
  • get_iv(sys): The independent variable of the implicit discrete system

Transformations

structural_simplify

Problem Constructors

ImplicitDiscreteProblem(sys::ImplicitDiscreteSystem, u0map, tspan)
ImplicitDiscreteFunction(sys::ImplicitDiscreteSystem, args...)

Discrete Domain

Shift