Castro icon indicating copy to clipboard operation
Castro copied to clipboard

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.

Results 224 Castro issues
Sort by recently updated
recently updated
newest added

My understanding is that Castro currently implements [diffusion of temperature](https://amrex-astro.github.io/Castro/docs/diffusion.html) (i.e. a fluid with areas of hot and cold temperatures will evolve towards a uniform temperature eventually), but not yet...

## PR summary This implements inflow BCs using the one-sided stencils at the inflow boundary. ## PR motivation ## PR checklist - [ ] test suite needs to be run...

this switches to piecewise constant interpolation at jumps also use the EOS for the transverse fluxes ## PR summary ## PR motivation ## PR checklist - [ ] test suite...

science problem

There are some nice string features, ranges, and the format library that we could use with C++20. We should not rely on these in GPU code at the moment. Testing...