Max Katz

Results 106 comments of Max Katz

I sometimes use a setup like this to test performance: ``` ./main3d.gnu.CUDA.ex inputs_aprox13 amrex.the_arena_init_size=0 n_cell=64 max_grid_size=1024 unit_test.dens_min=1.e7 un it_test.dens_max=1.e7 unit_test.temp_min=1.e8 unit_test.temp_max=1.e8 ``` This means that every zone does basically the...

Setting this to draft since it can be rewritten after #791 is in.

Can we use the linpack routines from `util/`?

We decided at some point that the sum of (de/dy) * (dy/dt) = 0 identically. So I thought we were in agreement that we don't need the chemical potential term...

Linking the Mueller (1986) paper for reference: http://adsabs.harvard.edu/abs/1986A%26A...162..103M

Seems to me like we should just aim to use the SDC integrator for Strang with the advective terms set to zero.

One possibility would be to decide that it's OK to not have applied the new-time sources yet, for the purposes of interpolating coarse grid data onto the fine grid. The...

It has been done for problems which are not subcycling on any level. Work still needs to be done on cases where some levels subcycle but others might not, and...

The easiest way to start here would be to implement `amr.subcycling_mode = None`. In that case, an advance would notionally be: ``` for (lev = 0; lev

We may not need to keep it. At the time when it was added, it was intended to be a variant on `integrate_temperature = 0`, to see how different these...