Recent Releases of MAESTROeX
MAESTROeX - MAESTROeX 25.02
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 1 year ago
MAESTROeX - MAESTROeX 24.08
24.08
change access to phys_bc to use BCRec (#469)
update xrb_layered initial model (#474, #476)
Microphysics sync (#475)
code cleanups (#466)
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 1 year ago
MAESTROeX - MAESTROeX 24.07
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 1 year ago
MAESTROeX - MAESTROeX 24.06
24.06
added burningcutofftemperature_lo parameter (#465)
fixed an OpenMP race condition in the diagnostics (#455)
colorized the verbose stepping output (#463)
added more CI checks (#458, #459, #462)
fixed some clang-tidy issues (#443, #457)
disallow OpenMP + GPUs (#456)
documentation improvements (#450)
fix a race condition in the build system dependencies (#448)
add
eos_rh_tin places to speed up the EOS calls (#446)
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 1 year ago
MAESTROeX - MAESTROeX 24.05
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 2 years ago
MAESTROeX - MAESTROeX 24.04
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 2 years ago
MAESTROeX - MAESTROeX 24.02
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 2 years ago
MAESTROeX - MAESTROeX 24.01
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 2 years ago
MAESTROeX - MAESTROeX 23.10
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 2 years ago
MAESTROeX - MAESTROeX 23.09
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 2 years ago
MAESTROeX - MAESTROeX 23.07
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 2 years ago
MAESTROeX - MAESTROeX 23.06
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 2 years ago
MAESTROeX - MAESTROeX 23.05
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 3 years ago
MAESTROeX - MAESTROeX 23.04
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 3 years ago
MAESTROeX - MAESTROeX 23.03
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 3 years ago
MAESTROeX - MAESTROeX 23.02
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 3 years ago
MAESTROeX - MAESTROeX 22.07
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 3 years ago
MAESTROeX - MAESTROeX 22.06
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 3 years ago
MAESTROeX - MAESTROeX 22.05
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 4 years ago
MAESTROeX - MAESTROeX 22.03
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] almost 4 years ago
MAESTROeX - MAESTROeX 22.02
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 4 years ago
MAESTROeX - MAESTROeX 22.01
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 4 years ago
MAESTROeX - MAESTROeX 21.12
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] about 4 years ago
MAESTROeX - MAESTROeX 21.11
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 4 years ago
MAESTROeX - MAESTROeX 21.10
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 4 years ago
MAESTROeX - MAESTROeX 20.11
20.11
- Update cpp linter action
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 5 years ago
MAESTROeX - 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
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 5 years ago
MAESTROeX - 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
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 5 years ago
MAESTROeX - Release 20.08
Bug fix: taggin issues are resolved when finestlevel < maxradial_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
Scientific Software - Peer-reviewed
- C++
Published by github-actions[bot] over 5 years ago
MAESTROeX - 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, do
git checkout masterif 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 mainand 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
Scientific Software - Peer-reviewed
- C++
Published by harpolea over 5 years ago
MAESTROeX - 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
Scientific Software - Peer-reviewed
- C++
Published by zingale over 5 years ago
MAESTROeX - MAESTROeX 20.05
20.05
Created new base state and base state geometry classes
Started to convert base state vectors (based on Fortran indexing) to new bas e state class that uses C indexing
Offloaded more routines to GPU: InitData, MakeThermalCoeffs
Scientific Software - Peer-reviewed
- C++
Published by zingale over 5 years ago
MAESTROeX - MAESTROeX 20.04
20.04
Offloaded more routines to GPU: MakePsi, MakeEtarho, FillUmacGhost, BCFill, Sponge, Dt, BaseState, EOS routines, Av erage
Converted code to use Microphysics directly
Fixed GPU and OMP reduction calls
Scientific Software - Peer-reviewed
- C++
Published by zingale over 5 years ago
MAESTROeX - MAESTROeX 20.03
20.03
Offloaded more routines to GPU: MakeUtrans, MacProj, NodalProj, Makew0, MakeBeta0, AdvectBase, EnforceHSE
Fixed non-deterministic OMP+MPI behavior
Update regression tests to cover wider range of MPI + OMP + multilevel
Merged all parameters into a single module
Add test problem: fullyconvectivestar
Various bug fixes
Scientific Software - Peer-reviewed
- C++
Published by zingale almost 6 years ago
MAESTROeX - MAESTROeX JOSS version
Scientific Software - Peer-reviewed
- C++
Published by zingale over 6 years ago