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

AMReX now has a `volwgtsum` function: https://github.com/AMReX-Codes/amrex/pull/2961 we should be able to use this in place of the Castro version in `sum_utils.cpp`

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

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

this doesn't yet work for parallel (MPI) ## PR summary ## PR motivation ## PR checklist - [ ] test suite needs to be run on this PR - [...

Following the steps to test the code ,I met some faluts. ./Castro3d.gnu.MPI.ex inputs-sod-x ... amrex::Error::0::Error: initial data has rho

## PR summary This changes the way the shock flag is computed for disabling burning in shocks. Now we compute it at the top of the timestep, before the first...

it should not matter which comes first, since reactions don't change density, but this swap will allow us to precompute the shock flag with sources before the first burn. ##...

My subchandra simulations frequently run much faster when using cpu’s compared to gpu’s, when the opposite should be true. The plot below was made to compare the cpu vs. gpu...

Right now the c-linter action does clang-tidy and claims to do cppcheck. We should split it in two. For the clang-tidy, we should use the build process that is in...

see https://github.com/AMReX-Codes/amrex/pull/2954

enhancement