| File | Description |
|---|---|
| exec | Run directory for executables |
| src | C++/Fortran source files |
Install Blitz++
APT (Debian):
> sudo apt install libblitz-doc libblitz0-dev libblitz0ldblHomebrew (macOS):
> brew install blitzClone AMReX from the official Git repository and checkout the development branch.
> git clone https://github.com/AMReX-Codes/amrex.git > cd amrex > git checkout developmentClone and build incflo
> git clone http://github.com/AMReX-Codes/incflo.git > cd exec > make -j4 > mpirun -np 4 incflo3d.gnu.MPI.ex inputs.channel_cylinderWe welcome contributions in the form of pull-requests from anyone.