Skip to content
/ SWE Public
forked from TUM-I5/SWE

The Shallow Water Equations teaching code.

Notifications You must be signed in to change notification settings

da-raf/SWE

 
 

Repository files navigation

SWE

The Shallow Water Equations teaching code.

Documentation

The documentation is available in the Wiki

License

SWE is release unter GPLv3 (see gpl.txt)

Group 2 additional informations and scons changes

Added the options: block, SWE_dimsplit, method and scenario to scons options. block=dimsplit compiles swe_simple with our block implementation. SWE_dimsplit=true compiles with our replacement of swe_simple.cpp.(requires block=dimsplit). method=runTimestep just effects swe_simple and improves performance of our block implementation in this content. for more information see: scons --help

in folder src/testing there is a scons script to build the unit tests

About

The Shallow Water Equations teaching code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.7%
  • Python 4.3%