GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
https://amrex-codes.github.io/ Overview Repositories Projects Packages People More PinnedLoading amrexamrexPublic AMReX: Software Framework for Block Structured AMR C++550351 amrex-tutorialsamrex-tutorialsPublic Tutorials for the AMReX framework.
AMReX的源代码放在github: https://github.com/AMReX-Codes/amrex/ AMReX继承了2016年开发的BoxLib系统,之后从2017年起,在github上几乎每月更新,目前最新版本是2024年10月的24.10版。 下面是AMReX提供的一些案例的截图: 参考资料: https://amrex-codes.github.io/amrex/overview.html https://amrex-codes.github.i...
You can also view questions and ask your own on our GitHub Discussions page. To obtain additional help, simply post an issue. Contribute We are always happy to have users contribute to the AMReX source code. To contribute, issue a pull request against the development branch. Any level of ch...
Contribute to AMReX-Codes/NERSCPerformancePortabilityTraining development by creating an account on GitHub.
GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Exp...
git clone git@github.com:AMReX-Microelectronics/FerroX.git Build Make sure that the AMReX and FerroX are cloned in the same location in their filesystem. Navigate to the Exec folder of FerroX and execute make -j 4 for a GPU build and make -j 4 USE_CUDA=FALSE for a CPU build. Running...
.github/workflows Update workflow Apr 23, 2024 Docs update amrex_basics Apr 18, 2023 Exec Minor change Sep 6, 2024 Source Update sundials submodule and make Apr 23, 2024 Util Update converter to explicitly use std namespace for string
We suggest asking questions through GitHub issues as well Any contributions of new features that have the potential to change answers should be done via pull requests. A pull request should be generated from your fork of amrex and target the development branch. If there are a number of small...
>> git clone https://github.com/AMReX-Codes/amrex.git >> git clone https://AMReX-Microelectronics/ELEQTRONeX.git Dependencies By default, the code uses AMReX implementation of BiCGSTAB (Bi-Conjugate Gradient STABilized) method for the multigrid solver for electrostatics. Alternatively, users have...