Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.17 KB

Directory overview

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

Using incflo

Build AMReX Library

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

Build and run an example incflo problem

Clone and build incflo

> git clone http://github.com/AMReX-Codes/incflo.git
> cd exec/periodic_vortices
> make -j
> ./incflo3d.gnu.MPI.ex inputs

Contributing

We welcome contributions in the form of pull-requests from anyone.

Acknowledgement of external libraries

This code relies on Blitz++ and Algoim.