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

There is a new "semi-structured" AMG solver (SSAMG) in Hypre: https://arxiv.org/abs/2205.14273. They claim it significantly reduces the setup time compared to the existing AMG solver, since it assumes logically-Cartesian mesh...

## PR summary This will allow us to inflow fuel in through the right boundary to hold the flame roughly stationary. Better still, it will hopefully remove the influence of...

## PR summary in some sense, this mirrors what we would do with Strang or simplified-SDC, since we always renormalize after leaving the burner. ## PR motivation ## PR checklist...

sdc

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

Using this issue to keep track of what's necessary. My initial thought is that we don't really need to backup any part of the advance. If we run into an...

sdc

See the thread here: https://github.com/AMReX-Codes/amrex/discussions/3537

enhancement

For the radiation diffusion or moment equations, after discretizing in time, one can eliminating all variables in the radiation equations except the radiation energy density. After obtaining the radiation energy...

radiation

We should call `ppm_reconstruct_pslope` in `Castro_mol.cpp`

enhancement
hydro
sdc

When we run with `use_retry` and we encounter a burn failure, we can estimate the number of retries needed simply by looking at `dt / burn_t burn_state.time`. This might be...

enhancement
driver
reactions

Currently, when running on the GPU, the different integrators do not print out the failures. But we now have standardized error codes, which we can add to the `burn_t`. Then...

enhancement
reactions