Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.39 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.39 KB

CATO

Build/Install

Requirements:

Sample install script

mkdir build && cd build
CC=gcc FC=gfortran cmake .. -DCMAKE_BUILD_TYPE="Release"
make -j

Examples

Check out the tests/integrated folder for a series of different test problems. Note, not all of them are fully functioning, but the majority are.

Physics

This code solves the Euler fluid equations using a few differente methods. Some of the papers that describe this are listed here

Influences and Sources of Inspiration