Releases: AMReX-Astro/MAESTROeX
MAESTROeX 22.01
MAESTROeX 22.01
MAESTROeX 21.12
MAESTROeX 21.12
MAESTROeX 21.11
MAESTROeX 21.11
MAESTROeX 21.10
MAESTROeX 21.10
MAESTROeX 20.11
20.11
- Update cpp linter action
MAESTROeX 20.10
20.10
-
Added input parameter to toggle centrifugal force
-
Enabled control for toggling AMReX fancy bottom solver
-
Updated test problem: fully convective star
MAESTROeX 20.09
20.09
-
Bug fix for SDC multilevel problems
-
Fixed non-deterministic issue with GPU runs
-
Parameters header files are now created at build time
-
Updated Urca test problem
Release 20.08
-
Bug fix: taggin issues are resolved when finest_level < max_radial_level
-
Fixed dpdt implementation and SDC algorithm for thermal diffusion
-
Various bug fixes
-
Implemented clang-format
-
Added Github actions: version release, checkout submodule development branches
-
MAESTROeX 20.07
20.07
-
The master branch has been renamed the main branch. If you have an
existing clone of MAESTROeX, then do the following to update for this
change. First, dogit checkout master
if you're not already on the
old master branch. Then dogit pull
. This will gather the updates
to the repo, but will fail with the messageYour configuration specifies to merge with the ref 'refs/heads/master' from the remote, but no such ref was fetched.
Then you can simply dogit checkout main
and your local
repo should automatically switch to that branch and track updates from
the upstream repo on GitHub. If you like, you can then delete the old
master branch withgit branch -D master
. -
Fixed unit test: test_basestate
MAESTROeX 20.06
20.06
-
Completed converting base state vectors to C indexing
-
SDC bug fixes: use_tfromp=T
-
Fixed probin issue when compiling with PGI
-
Added AMReX as a submodule
-
Switch docs build to a Github action instead of Travis