-
Once #515 is merged, a new helper function `s_compute_enthalpy` can be used to reduce the number of lines in `m_riemann_solvers` by abstracting the enthalpy calculation at the left and right states.
-
Some tests take a long time. At the time of writing, this is the order of the tests. Some should be strategized to be shorter.
This ran with `-j 1`, so the tests didn't interfere with one another.
…
-
Hi @mrkondratyev.
Thank you for this amazing work, it's very simple and yet makes possible to understand the basics of MHD FV methods, I wasn't able to find anything like this for months, very usefu…
-
It would be interesting to have an option to run the exact Riemann solver in the main Castro code, so we could more easily compare both accuracy and performance for any particular problem setup betwee…
-
It could be useful to have some testing workflow for the Riemann solvers. I was thinking about writing some Pytest-based regression tests for the Python and f2py-compiled Fortran solvers. The idea wo…
-
### Desiderata features
+ Compressible, multi-fluid, multi-phase, Navier-Stokes equations:
+ Preconditioned equations to efficient handling incompressibile, compressible, cavitating and multi-ph…
-
Use Valgrind's `verrou` tool to check for poorly conditioned float operations.
Link: https://edf-hpc.github.io/verrou/vr-manual.html
These are likely the source of why some tests randomly fail…
-
# Analytic Gaussian Process Analysis Framework
1. Kernel Representation Module
- Implement your exact form of the kernel for the Hardy Z-function
- Generalize to handle other analytic kerne…
-
**Is your feature request related to a problem?**
At any boundary that is not a Neumann-zero boundary ($\nabla \vec{V} \cdot \hat{n} = 0$) the gradients computed are incorrect, as they are all com…
-
# Roe Riemann Solver
Dylan assigned to run several simulations using the Roe Riemann solver.
## Tasks
- [x] Run w/ Roe out-of-the-box (don't change input)
- [x] Run w/ [double resolution](https:…