MAESTROeX icon indicating copy to clipboard operation
MAESTROeX copied to clipboard

A C++ low Mach number stellar hydrodynamics code

Results 23 MAESTROeX issues
Sort by recently updated
recently updated
newest added

The species prediction (set by `species_pred_type`) type `2` and `3` differ in behavior from type `1` in a peculiar way. This can be seen in many problems but here is...

If you look at the code in `MaestroEnthalpyAdvance.cpp`, we do: ``` // needs to be done after the state was returned to the full state. if ((enthalpy_pred_type == predict_T_then_rhohprime) ||...

Currently, all `setVal` calls acting on `FArrayBox`'s are performed on the host. In profiling of code running on the GPU, it can be seen that this can result in considerable...

GPU

Working version of the xrb_layered problem. Runs well for ~0.04s.

There appears to be some sort of perturbation that arises at the `anelastic_cutoff_density`. This grows and starts to limit the timestepping if the interior convection is relatively slow. Example slices...

There seems to be a few issues with `drive_initial_convection`: * We never implemented `stop_initial_convection`, even though that parameter exists in `_cpp_parameters` * We should use the new `burn_t.T_fixed` field to...

This PR includes a set of subroutines in `/Util/postprocess/` to compute various diagnostics for the fully convective star problem by post-processing amrex-generated plot files. A valid plot file will need...

We did this change in Castro and it brings us more in line with SDC. We'd have to make sure that the energy is consistent before calling the burner.

If I run `xrb_mixed` in 2-d with `inputs_2d.rprox` with `maestro.init_iter=3` it crashes. Changing this to `1` makes it work.