-
```julia
rn1 = @reaction_network rn_observed begin
@variables X1(t)
@observables X2(t) ~ X1(t)
k, A --> 0
end
```
when expanded gives
```julia
:(Catalyst.compl…
-
@kaandocal would you consider putting this under SciML so we could get more people access to maintain it? You could still have full repo permissons, but having it in an org might help with keeping dep…
-
Right now forcing tables look like this:
note_id | time | precipitation | potential_evaporation
--------- | ------- | ------------ | -----
1 | 2020-01-01 | 2.0 | 1.0
1 | 2020-02-01 |…
-
Tell them to use the `sciml` style but point at others in https://github.com/domluna/JuliaFormatter.jl
-
In the SciML documentation, there are a lot of tutorial pages where the full tutorial is posted at the top.
This is done so that users can copy the full example with one click.
After that, the sam…
-
We can try the GPU solver in SciML, or implement the Boris solver with a GPU kernel in the package.
-
```julia
A = Diagonal(1 .* ones(ComplexF64,8))
b = ones(ComplexF64,8)
Ks = KrylovSubspace{ComplexF64,ComplexF64}(8,8)
arnoldi!(Ks,A,b) # After this like, Ks.H = [ 1 - epsilon + 0i ; epsilon …
-
I got the message
```julia
julia> sol = solve(ode, KenCarp4(), saveat=range(first(tspan), stop=last(tspan), length=200), abstol=1.0e-7, reltol=1.0e-7)
┌ Warning: Split ODE problem do not work wit…
-
** Does MOL support BCs including Algebraic Equations❓**
I'm trying to solve a "realistic"/"engineering" type PDE system with MOL. Most (every?) example I have seen of the use of MOL just contains …
B-LIE updated
5 months ago
-
(More of a nit / user improvement)
Currently `sciml-bench` works on the assumption a user is already in the git repo when running a download.
In this case the machine rebooted, then I re-ran the d…