The Wayback Machine - https://web.archive.org/web/20220409123858/https://github.com/topics/dae
Skip to content
#

dae

Here are 61 public repositories matching this topic...

traversaro
traversaro commented Jan 23, 2022

If I run the copy&paste examples, such as https://mtk.sciml.ai/stable/tutorials/acausal_components/ :

using ModelingToolkit, Plots, DifferentialEquations

@variables t
@connector function Pin(;name)
    sts = @variables v(t)=1.0 i(t)=1.0 [connect = Flow]
    ODESystem(Equation[], t, sts, []; name=name)
end

function Ground(;name)
    @named g = Pin()
    eqs = [g.v ~ 0]
    
good first issue

Extension functionality which uses Stan.jl, DynamicHMC.jl, and Turing.jl to estimate the parameters to differential equations and perform Bayesian probabilistic scientific machine learning

  • Updated Dec 3, 2021
  • Julia

Improve this page

Add a description, image, and links to the dae topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dae topic, visit your repo's landing page and select "manage topics."

Learn more