0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Mar 06, 2025 — Mar 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added arguments to sri example for population and random seed More... about 2 years ago
Added spline to compiled library to avoid duplicate function definitions More... about 2 years ago
Fixed grammar and spelling errors in the API comments. More... about 2 years ago
Added fast interpolator to fmi event test case More... about 2 years ago
Event location with interpolation reports interpolated solution at the event instead of computing a new solution with the ode solver More... about 2 years ago
Added option to use spline to interpolate rather than invoking the ODE solver at each iteration of the fast event finding algorithm More... about 2 years ago
Added new bisection event locator that avoids creeping up on an event More... about 2 years ago
Fixed error in the trap truncation error estimate More... about 2 years ago
Working example of harmonic compensator with Modelica circuit and control and timed or state events for switching More... about 2 years ago
New error control for trap uses Euler starting guess. Avoids extra implicit solutions to get error estimate. More... about 2 years ago
Reduced number of derivative function calls in trap by reusing calculations across step calls. Fixed jacobian calculation in FMI so that it works column by column and does not (appear) to cause open modelica FMIs to crash. More... about 2 years ago
Added option for no jacobian to FMI. Fixed error estimate in trap. First cut at modelica FMI implementation of harmonic compensator. More... about 2 years ago
Euler start for trap. Fixed up test cases for fmi and ode. More... about 2 years ago
Trap integrator works with KINSOL. More... about 2 years ago
Working towards kinsol nonlinear solver for trap method. Compiles. Doesn't run yet More... about 2 years ago
Step size adapts to ensure newton convergence in trap method More... about 2 years ago
Added test for existance of jacobian to trap More... about 2 years ago
Fixed memory leak in the trapezoidal integrator More... over 2 years ago
Added variable step size for error control to the trapezoidal integrator More... over 2 years ago
Added fixed trapezoidal integrator and support for calculating jacobians from FMI directional derivatives. More... over 2 years ago
Initial active list passed to simulator can contain coupled and atomic models More... over 2 years ago
Added example of harmonic conpensation using an inverter More... almost 3 years ago
Documentation update More... about 3 years ago
Code cleanup to enable a clean compile with clang++ More... over 3 years ago
Fixed a misleading comment in the example More... over 3 years ago
Simplified the circuit example by removing some extraneous functionality More... over 3 years ago
Added some notes to the glife example and changed it to use the integers for time More... over 3 years ago
Added a fast constructor that can operate directly on a list of atomic components supplied by the modeler. More... over 3 years ago
Update links in web landing page More... over 3 years ago
Documentation cleanup, code cleanup, project cleanup More... over 3 years ago