Skip to content

forest80/incflo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory overview

File Description
exec Run directory for executables
src C++/Fortran source files

Using incflo

Install Blitz++

APT (Debian):

> sudo apt install libblitz-doc libblitz0-dev libblitz0ldbl

Homebrew (macOS):

> brew install blitz

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 63.6%
  • C++ 32.6%
  • C 3.2%
  • Other 0.6%