- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 233
          feat: ImplicitDiscreteSystem
          #3386
        
          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
          
     Merged
      
      
            ChrisRackauckas
  merged 24 commits into
  SciML:master
from
vyudu:implicit_discrete_system
  
      
      
   
  Mar 13, 2025 
      
    
  
     Merged
                    Changes from 15 commits
      Commits
    
    
            Show all changes
          
          
            24 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      b70b6b1
              
                Merge remote-tracking branch 'origin' into implicit_discrete_system
              
              
                vyudu cb64a00
              
                refactor: sort systems tests into new folder
              
              
                vyudu a901d09
              
                revert
              
              
                vyudu f4a9d13
              
                up
              
              
                vyudu 0232a0a
              
                merge ss_discrete
              
              
                vyudu 5f231c7
              
                fix: fix initialization cases
              
              
                vyudu a826a62
              
                fix unit
              
              
                vyudu b589933
              
                add doc file
              
              
                vyudu f577084
              
                add to docs/pages.jl
              
              
                vyudu 8db7590
              
                Merge remote-tracking branch 'origin' into implicit_discrete_system
              
              
                vyudu 6fb59de
              
                feat: implement
              
              
                vyudu a85c1c5
              
                merge ss_discrete
              
              
                vyudu 00a8222
              
                add shift2term for positive shifts
              
              
                vyudu c504aef
              
                fix: make the codegen work with shifted observables
              
              
                vyudu 7b646ab
              
                Merge remote-tracking branch 'origin' into implicit_discrete_system
              
              
                vyudu a6c852b
              
                fix: fix some tests
              
              
                vyudu fc53824
              
                add Prev and Next to docs
              
              
                vyudu 1e2e667
              
                format
              
              
                vyudu 506522c
              
                fix missing var
              
              
                vyudu af3995c
              
                make initialization_data for IMplicitDIscreteFunction, fix bad initia…
              
              
                vyudu 2d4bf5d
              
                Merge remote-tracking branch 'origin' into implicit_discrete_system
              
              
                vyudu a98397c
              
                remove Next and Prev
              
              
                vyudu d40fd6e
              
                remove Next and Prev docs
              
              
                vyudu 1e5fce8
              
                Merge remote-tracking branch 'origin' into implicit_discrete_system
              
              
                vyudu File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # ImplicitDiscreteSystem | ||
|  | ||
| ## System Constructors | ||
|  | ||
| ```@docs | ||
| 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 | ||
| - `discrete_events(sys)`: The set of discrete events in the implicit discrete system. | ||
|  | ||
| ## Transformations | ||
|  | ||
| ```@docs; canonical=false | ||
| structural_simplify | ||
| ``` | ||
|  | ||
| ## Problem Constructors | ||
|  | ||
| ```@docs; canonical=false | ||
| ImplicitDiscreteProblem(sys::ImplicitDiscreteSystem, u0map, tspan) | ||
| ImplicitDiscreteFunction(sys::ImplicitDiscreteSystem, args...) | ||
| ``` | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.