-
Comment here with the day you wish to present, the name of the software (linked to the website), and a sentence or two about what it does. Please link *your* `proposal.md` below. (You are encouraged t…
-
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…
-
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.
-
the `flow` well model does not work if the compiled in conservation quantities is a proper superset of those that are actually activated by the deck. e.g., it will hit a few assertions in that case. T…
-
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
…
-
Cris,
I hope your work trip is going well. We had a question regarding HW 2 we'd like to ask. We used the "SpringMassRandom" code to model the homework and are getting a little confused with our re…
-
### Overview
- Environmental models are of necessity, represented by generic forms/equations, however, the forms often deviate from real-world actors and the equations are often refined as our knowle…
-
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
-
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…
-
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…