pyro2 icon indicating copy to clipboard operation
pyro2 copied to clipboard

A framework for hydrodynamics explorations and prototyping

Results 55 pyro2 issues
Sort by recently updated
recently updated
newest added

this changes things to pass in the grid object and variables object directly, making the code more consistent with the rest of pyro

The old docs at https://pyro2.readthedocs.io/en/latest/ should have a pointer (or redirect, if possible) to https://python-hydro.github.io/pyro2/

- Need to use geometric terms, i.e. area and volume of the grid, for conservative update and state reconstruction. - Need to add additional geometrical source terms for momentum equation.

Hello! I am working on a prototyping framework on spectral deferred corrections called [pySDC](https://github.com/Parallel-in-Time/pySDC). Our main focus is parallel-in-time methods such as [diagonal SDC](https://arxiv.org/abs/2403.18641) or [PFASST](https://doi.org/10.2140/camcos.2012.7.105). I think it would...

When using an HLL solver with characteristic tracing, it is suggested that all waves need to be accumulated, even if they are not moving toward the interface. We should update...