Replace density, temperature, rhoye_hi as tagging criteria for level 3. |
|
More...
|
almost 8 years ago
|
Fixed 2d tagging compilation. |
|
More...
|
almost 8 years ago
|
Updated tagging for 2d. |
|
More...
|
almost 8 years ago
|
In 3d tagging routine, remove unused probin parameters. |
|
More...
|
almost 8 years ago
|
For levels 2, 3 tag only if rho*ye > rhoye_lo |
|
More...
|
almost 8 years ago
|
now make_nodalrhs first calls make_ccrhs and then averages ccrhs to nodalrhs |
|
More...
|
almost 8 years ago
|
renname S_nodal -> nodalrhs (to mimic how we deal with macrhs) |
|
More...
|
almost 8 years ago
|
as I'm writing the C++ version of MAESTRO I'm realizing there are some very poor choices for variable names. This is the first of (hopefully) a few commits that will make this code and the C++ cod easier to write AND understand. |
|
More...
|
almost 8 years ago
|
Revise multigrid tolerances for urca so it converges on 4 levels. |
|
More...
|
almost 8 years ago
|
Add `get_electron_fraction` subroutine for previous commit. |
|
More...
|
almost 8 years ago
|
Create tagging criteria for 4 levels on the urca setup. |
|
More...
|
almost 8 years ago
|
Use VODE to integrate reaction network. |
|
More...
|
almost 8 years ago
|
gamma1bar_hold -> gamma1bar_init (since it's only used to hold a copy of the initial value, so we can reset gamma1bar after an init pressure iter) |
|
More...
|
almost 8 years ago
|
Updated plotting makefiles for initial models. |
|
More...
|
almost 8 years ago
|
Added plotting script for initial models. |
|
More...
|
almost 8 years ago
|
Move Urca inputs and models here from standalone simulation setups repository. |
|
More...
|
almost 8 years ago
|
Use OpenMP to initialize scalar data, as the EOS is called. |
|
More...
|
almost 8 years ago
|
Make TOL, MAX_ITER inputs parameters for HSE solver. |
|
More...
|
almost 8 years ago
|
Renormalize species mass fractions when calling `set_urca_composition`. |
|
More...
|
almost 8 years ago
|
Some revisions to init_1d (urca): |
|
More...
|
almost 8 years ago
|
Add routine for setting fluff temperature to a constant or continuous at edge. |
|
More...
|
almost 8 years ago
|
Moved urca spherical initial model file into a subdirectory. |
|
More...
|
almost 8 years ago
|
update Docs on BLAS |
|
More...
|
almost 8 years ago
|
if SYSTEM_BLAS=t, then get the name of the BLAS library as BLAS_LIBRARY |
|
More...
|
almost 8 years ago
|
Merge branch 'master' into development |
|
More...
|
almost 8 years ago
|
Merge branch 'development' of ssh://github.com/AMReX-Astro/MAESTRO into development |
|
More...
|
almost 8 years ago
|
remove initialize -- it was here to support restart from old checkpoint files, but it is no longer needed |
|
More...
|
almost 8 years ago
|
add a mailmap so git logs show contributors better |
|
More...
|
almost 8 years ago
|
remove burner loop time outputs -- they pollute the output too much |
|
More...
|
almost 8 years ago
|
reduce the integration time to avoid badness |
|
More...
|
almost 8 years ago
|