Skip to content

Releases: AMReX-Astro/MAESTROeX

MAESTROeX 22.01

04 Jan 23:07
Compare
Choose a tag to compare
MAESTROeX 22.01

MAESTROeX 21.12

01 Dec 23:04
Compare
Choose a tag to compare
MAESTROeX 21.12

MAESTROeX 21.11

01 Nov 22:02
Compare
Choose a tag to compare
MAESTROeX 21.11

MAESTROeX 21.10

03 Oct 03:14
Compare
Choose a tag to compare
MAESTROeX 21.10

MAESTROeX 20.11

02 Nov 21:18
Compare
Choose a tag to compare

20.11

  • Update cpp linter action

MAESTROeX 20.10

01 Oct 17:32
Compare
Choose a tag to compare

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

03 Sep 21:09
Compare
Choose a tag to compare

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

03 Aug 18:13
Compare
Choose a tag to compare
  • 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

02 Jul 12:39
Compare
Choose a tag to compare

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, do git checkout master if you're not already on the
    old master branch. Then do git pull. This will gather the updates
    to the repo, but will fail with the message Your configuration specifies to merge with the ref 'refs/heads/master' from the remote, but no such ref was fetched. Then you can simply do git 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 with git branch -D master.

  • Fixed unit test: test_basestate

MAESTROeX 20.06

06 Jun 15:20
Compare
Choose a tag to compare

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