issues
search
martinjrobins
/
diffsol
ODE solver library in Rust
https://martinjrobins.github.io/diffsol/
MIT License
24
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
refactor: remove use of Rc in OdeEquations trait
#104
martinjrobins
closed
5 days ago
0
chore: update deps
#103
martinjrobins
closed
2 weeks ago
0
docs: update book to new api
#102
martinjrobins
closed
2 weeks ago
0
feat: add helper sensitivities and adjoint functions to method trait
#101
martinjrobins
closed
2 weeks ago
0
event pullbacks
#100
martinjrobins
closed
2 weeks ago
1
I98 adjoint
#99
martinjrobins
closed
2 weeks ago
0
write adjoint equations
#98
martinjrobins
closed
2 weeks ago
1
I94-checkpointing
#97
martinjrobins
closed
1 month ago
0
chore: name elided lifetime
#96
martinjrobins
closed
1 month ago
0
OdeSolverMethod trait: convert `Option<State>` to `State`
#95
martinjrobins
opened
1 month ago
0
add checkpointing
#94
martinjrobins
closed
1 month ago
1
feat: solvers support reverse time (for internal use only)
#93
martinjrobins
closed
1 month ago
0
add ability to solve in reverse time (initial negative h?)
#92
martinjrobins
closed
2 weeks ago
1
SODE solver
#91
martinjrobins
opened
2 months ago
0
solve and solve_dense use a dense matrix type for state return
#90
martinjrobins
closed
2 months ago
0
solve and solve_dense return a dense matrix
#89
martinjrobins
closed
2 weeks ago
0
adjoint sensitivities
#88
martinjrobins
opened
2 months ago
0
Bdf and Sdirk type params are not symmetrical: Bdf is <Mat, Eqn, Solver>; Sdirk is <Mat, Solver, Eqn>
#87
martinjrobins
opened
2 months ago
0
feat: update diffsl to enable cranelift backend
#86
martinjrobins
closed
2 months ago
0
perf(bdf, sdir): jacobian update controller
#85
martinjrobins
closed
3 months ago
0
Migrate from `anyhow` to `thiserror`
#84
mhovd
closed
3 months ago
0
fix: properly gate suitesparse and sundials features in benchmarks
#83
martinjrobins
closed
3 months ago
0
fix: store final timestep in OdeSolverMethod.solve
#82
martinjrobins
closed
3 months ago
0
perf: build step only if sundials enabled
#81
martinjrobins
closed
3 months ago
0
doc: add sensitivity book
#80
martinjrobins
closed
3 months ago
0
Refactor-tidy-traits
#79
martinjrobins
closed
3 months ago
0
refactor: solve returns tuple type
#78
martinjrobins
closed
3 months ago
0
docs: fill out user guide in book
#75
martinjrobins
closed
3 months ago
0
Question - ODE State at time of event
#74
JEMH
closed
3 months ago
3
More-benchmarking-updates
#73
martinjrobins
closed
3 months ago
0
remove unused features
#72
martinjrobins
closed
3 months ago
0
feat: new solve and solve_dense higher level api functions
#71
martinjrobins
closed
4 months ago
0
Benchmarking-updates
#70
martinjrobins
closed
4 months ago
0
Compatible with nalgebra 0.33
#69
mhovd
closed
4 months ago
2
perf(bdf): only update step size if factor sufficiently large
#68
martinjrobins
closed
4 months ago
0
add c sundials benchmarks
#67
martinjrobins
closed
4 months ago
0
feat: add heat2d and foodweb test models
#66
martinjrobins
closed
4 months ago
0
feat: add robertson diffsl test model
#65
martinjrobins
closed
4 months ago
0
add heat2d test problem and add output function to equations
#64
martinjrobins
closed
4 months ago
0
deps: update diffsl to 0.1.6
#63
martinjrobins
closed
4 months ago
0
perf: use criterion for benchmarking, remove some allocations from faer trait implementations
#62
martinjrobins
closed
5 months ago
0
perf: remove allocation in diff update for bdf
#61
martinjrobins
closed
5 months ago
0
perf: remove allocation in newton solver
#60
martinjrobins
closed
5 months ago
0
Newton convergence
#59
martinjrobins
closed
5 months ago
0
Reduce-allocations
#58
martinjrobins
closed
5 months ago
0
Migrating from `anyhow` to `thiserror`
#57
mhovd
closed
3 months ago
0
I35-sparse-faer
#56
martinjrobins
closed
5 months ago
0
I53-forward-sens
#55
martinjrobins
closed
5 months ago
0
I48-mass-optional
#54
martinjrobins
closed
5 months ago
0
forward sensitivity
#53
martinjrobins
closed
5 months ago
2
Next