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 173 Castro issues
Sort by recently updated
recently updated
newest added

For most runtime parameters, we read them at initialization and they never change. But we have a few cases where depending on the values of other parameters, we change some....

clean-up

We have a lot of branching logic in the Riemann solvers that checks the direction, idir. These can easily be eliminated via templating.

good first issue

We should try using single precision for the first SDC iteration and then double for the final. This would require templating the network and EOS functions.

this will be useful for when we start converting things over to structs ## PR summary ## PR motivation ## PR checklist - [ ] test suite needs to be...

GPU compilers seem to have trouble with managed-memory runtime parameters, so we should remove them. The idea is that we will have the current python script define a set of...

## PR summary ## PR motivation ## PR checklist - [ ] test suite needs to be run on this PR - [ ] this PR will change answers in...

I think we should add the welcome bot that welcomes new users and reminds them to read the code of conduct

A common issue with users is that when we want to run the same problem with different networks, we sometimes forget to do a `make clean` between builds. For some...

## PR summary ## PR motivation ## PR checklist - [ ] test suite needs to be run on this PR - [ ] this PR will change answers in...

hydro