MAESTROeX | A C++ low Mach number stellar hydrodynamics code
kandi X-RAY | MAESTROeX Summary
kandi X-RAY | MAESTROeX Summary
MAESTROeX is a C++ library. MAESTROeX has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
MAESTROeX solves the equations of low Mach number hydrodynamics for stratified atmospheres/full spherical stars with a general equation of state, and nuclear reaction networks in an adaptive-grid finite-volume framework. It includes reactions and thermal diffusion and can be used on anything from a single core to 100,000s of processor cores with MPI + OpenMP or 1,000s of GPUs.
MAESTROeX solves the equations of low Mach number hydrodynamics for stratified atmospheres/full spherical stars with a general equation of state, and nuclear reaction networks in an adaptive-grid finite-volume framework. It includes reactions and thermal diffusion and can be used on anything from a single core to 100,000s of processor cores with MPI + OpenMP or 1,000s of GPUs.
Support
Quality
Security
License
Reuse
Support
MAESTROeX has a low active ecosystem.
It has 36 star(s) with 20 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 24 open issues and 92 have been closed. On average issues are closed in 308 days. There are 5 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of MAESTROeX is 23.05
Quality
MAESTROeX has 0 bugs and 0 code smells.
Security
MAESTROeX has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
MAESTROeX code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
MAESTROeX is licensed under the BSD-3-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
MAESTROeX releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
It has 1907 lines of code, 79 functions and 32 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MAESTROeX
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MAESTROeX
MAESTROeX Key Features
No Key Features are available at this moment for MAESTROeX.
MAESTROeX Examples and Code Snippets
No Code Snippets are available at this moment for MAESTROeX.
Community Discussions
No Community Discussions are available at this moment for MAESTROeX.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MAESTROeX
MAESTROeX requires a C++ compiler that supports the C++11 standard, a Fortran compiler that supports the Fortran 2003 standard, and a C compiler that supports the C99 standard. Several compiler suites are supported, including GNU, Intel, PGI and Cray. GNU Make (>= 3.82) is also required, as is Python (>= 3.6) and standard tools available in any Unix-like environments (e.g., Perl and sed). For GPU computing, CUDA 10 or later is requred. To stay up-to-date with MAESTROeX, you will want to periodically pull changes from the repository by typing git pull. To get things running, you will need to get a copy of Microphysics and AMReX. Both are available on github separately or as submodules.
MAESTROeX requires a C++ compiler that supports the C++11 standard, a Fortran compiler that supports the Fortran 2003 standard, and a C compiler that supports the C99 standard. Several compiler suites are supported, including GNU, Intel, PGI and Cray. GNU Make (>= 3.82) is also required, as is Python (>= 3.6) and standard tools available in any Unix-like environments (e.g., Perl and sed). For GPU computing, CUDA 10 or later is requred.
To stay up-to-date with MAESTROeX, you will want to periodically pull changes from the repository by typing git pull.
To get things running, you will need to get a copy of Microphysics and AMReX. Both are available on github separately or as submodules. To clone MAESTROeX with the submodules, do: git clone --recursive https://github.com/AMReX-Astro/MAESTROeX.git To add the submodules to an exisiting clone, from the top-level MAESTROeX directory, do: git submodule update --init --recursive If you want to get the AMReX and Microphysics separately, they can be directly cloned as: git clone https://github.com/AMReX-Astro/Microphysics.git git clone https://github.com/AMReX-Codes/amrex.git
You will then need to setup your shell environment to tell MAESTROeX where to find AMReX and Microphysics. Define the AMREX_HOME environment variable to point to the amrex/ directory, and MICROPHYSICS_HOME environment variable to point to the Microphysics/ directory. For example, if your shell is Bash: export AMREX_HOME="/path/to/amrex/" export MICROPHYSICS_HOME='/path/to/Microphysics" Note: you must specify the full path to the directories. Do not use ∼ to refer to your home directory; the scripts used by the build system will not be able to process this.
Change directory to correspond to the problem that you want to run. Each problem lives under one of three sub-directories of MAESTROeX/Exec/: SCIENCE/, TEST_PROBLEMS/, or UNIT_TESTS/. Then build the executable and run it by specifying an input file. For example, to run the standard reacting_bubble problem in 2-D: cd MAESTROeX/Exec/TEST_PROBLEMS/reacting_bubble/ make DIM=2 ./Maestro2d.gnu.ex inputs_2d_C
The plotfiles (named pltXXXXXXX) are in BoxLib/AMReX format and can be visualized using yt, Amrvis, and VisIt.
MAESTROeX requires a C++ compiler that supports the C++11 standard, a Fortran compiler that supports the Fortran 2003 standard, and a C compiler that supports the C99 standard. Several compiler suites are supported, including GNU, Intel, PGI and Cray. GNU Make (>= 3.82) is also required, as is Python (>= 3.6) and standard tools available in any Unix-like environments (e.g., Perl and sed). For GPU computing, CUDA 10 or later is requred.
To stay up-to-date with MAESTROeX, you will want to periodically pull changes from the repository by typing git pull.
To get things running, you will need to get a copy of Microphysics and AMReX. Both are available on github separately or as submodules. To clone MAESTROeX with the submodules, do: git clone --recursive https://github.com/AMReX-Astro/MAESTROeX.git To add the submodules to an exisiting clone, from the top-level MAESTROeX directory, do: git submodule update --init --recursive If you want to get the AMReX and Microphysics separately, they can be directly cloned as: git clone https://github.com/AMReX-Astro/Microphysics.git git clone https://github.com/AMReX-Codes/amrex.git
You will then need to setup your shell environment to tell MAESTROeX where to find AMReX and Microphysics. Define the AMREX_HOME environment variable to point to the amrex/ directory, and MICROPHYSICS_HOME environment variable to point to the Microphysics/ directory. For example, if your shell is Bash: export AMREX_HOME="/path/to/amrex/" export MICROPHYSICS_HOME='/path/to/Microphysics" Note: you must specify the full path to the directories. Do not use ∼ to refer to your home directory; the scripts used by the build system will not be able to process this.
Change directory to correspond to the problem that you want to run. Each problem lives under one of three sub-directories of MAESTROeX/Exec/: SCIENCE/, TEST_PROBLEMS/, or UNIT_TESTS/. Then build the executable and run it by specifying an input file. For example, to run the standard reacting_bubble problem in 2-D: cd MAESTROeX/Exec/TEST_PROBLEMS/reacting_bubble/ make DIM=2 ./Maestro2d.gnu.ex inputs_2d_C
The plotfiles (named pltXXXXXXX) are in BoxLib/AMReX format and can be visualized using yt, Amrvis, and VisIt.
Support
Join the mailing list to ask for help or stay up-to-date:. For answers to frequently asked questions and solutions to common problems, consult the FAQ section of the User's Guide. If you discover any bugs in the code or would like to request further help, then please submit a issue to the MAESTROeX Github repository describing your problem.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page