File | Description |
---|---|
doc | Documentation |
exec | Run directory for executables |
extern | External libraries (notably Algoim and Blitz++) |
src | C++/Fortran source files |
tools | CMake configuration files |
Clone AMReX from the official Git repository and checkout the development branch.
> git clone https://github.com/AMReX-Codes/amrex.git
> cd amrex
> git checkout development
Clone and build incflo
> git clone http://github.com/AMReX-Codes/incflo.git
> cd exec/periodic_vortices
> make -j
> ./incflo3d.gnu.MPI.ex inputs
We welcome contributions in the form of pull-requests from anyone.