-
Here are some additional articles describing/investigating/developing Runge-Kutta methods, especially for hyperbolic PDEs:
- [x] [Higueras, Roldan (2019)](https://arxiv.org/abs/1809.04807) #581 #584 …
-
Some docstrings are not really helpful, e.g.
```julia
julia> using GeometricIntegrators
help?> Integrator
search: Integrator Integrators IntegratorRK IntegratorERK IntegratorIPRK IntegratorFLRK In…
-
**Describe the bug**
Tracking methods are not automatically resolved with overlap
**Minimal Working Example**
See below
**To Reproduce**
Make `lat.bmad`:
```
beginning[beta_a] = 10
begin…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIT Bombay
2. #### Appr…
-
We've been using boost/odeint in our plasma dynamics code. We've started using Runge-Kutta Chebyshev methods such as the one below (you can take huge time steps to solve diffusion equations explicitl…
-
Drift:
- [ ] Explicit Runge-Kutta methods for the drift computation
- [x] Butcher-Tableau
- [x] RK4
- [ ] ~~Specialized for RK2 (Heun and Ralston)~~
- [ ] ~~Runge—Kutta—Nyström me…
-
explicit Runge-Kutta solver with parameterized number of stages leveraging posits and quire to improve accuracy.
https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods
-
It is a bit annoying that the algo keywords are not present in the docs, e.g
https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/#Explicit-Runge-Kutta-Methods
> Tsit5 - Tsitouras 5/4 Runge-Kut…
-
Hi,
I am doing a PhD in nonlinear optics in which we encounter several semilinear parabolic PDE like the Nonlinear Schrödinger Equation (NLSE) and its variant.
Most of these PDEs are semilinear …
-
Since the current implemented fully-implicit SDC sweeper for DAEs `fully_implicit_DAE` and its semi-explicit sibling `SemiExplicitDAE` should also be competitive against other DAE solvers, sweepers su…