-
We currently implement a 3D space charge solver, but for many cases a 2D (transverse) solver would be sufficient.
There are two options we are interested in, for different science cases:
- [ ] the…
ax3l updated
9 months ago
-
These tools would be useful for my work, so I'd be happy to contribute to updating the package once the [d3 branch](https://github.com/DedalusProject/dedalus/tree/d3) stabilizes a bit more.
-
Imported from SourceForge on 2024-07-06 17:12:55
Created by **[jacksamhain](https://sourceforge.net/u/jacksamhain/)** on 2018-03-23 08:29:04
Original: https://sourceforge.net/p/maxima/bugs/3414
---
…
rtoy updated
4 months ago
-
This issue serves as a reminder for a possible addition to the build system in the form of (optionally) detecting and
linking against the tcmalloc library (google thread aware allocator); as such it…
-
Hello,
I have installed kipet via conda in a Windows 10 machine, but I am having problems in using the package as there seems to a problem importing modules. I attempted to run the
`python run_…
-
Hello,
I have come across an issue while using DART with Gazebo in which the Dantzig LCP solver returns nans, causing the simulation to fail. I am using the Gazebo default branch and DART master bran…
-
Hello,
I would like to know what kind of `noise_type` one should pick for a homogeneous SDE:
$$dX(t) = A(t)X(t) + \sum_{j=1}^m B_j(t)X(t) dW_j(t),$$
where $A(t)$ and $B_j(t)$ are square matrices an…
-
Not sure if this is a known issue, but right now calling `jacobian_ad_forward` with a semidiscretization build from `VolumeIntegralShockCapturingHG` with shock indicator [`IndicatorHennemannGassner`](…
-
I solved the differential equation in two ways. Should the `solution2` be the same as the `solution1`?
```
using DifferentialEquations
println("start");
g = 9.81; # gravity acceleration, m/s2
…
-
Hi
I'm using diffrax 0.5.1 with events like that :
```
def condition(state, **kwargs):
"some condition"
...
return cdn
event = dx.DiscreteTerminatingEvent(cond_fn=condition)
```
```
soluti…