Difference between revisions of "SWE"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
SWE is an education-oriented code that implements simple Finite Volumes models that solve the shallow water equations - in a problem setting as it would be used for tsunami simulation. SWE has a modular design that allows parallelisation using different programming paradigms, such as MPI, OpenMP, or CUDA (further tests were done with Intel TBB/ArBB and OpenCL). | SWE is an education-oriented code that implements simple Finite Volumes models that solve the shallow water equations - in a problem setting as it would be used for tsunami simulation. SWE has a modular design that allows parallelisation using different programming paradigms, such as MPI, OpenMP, or CUDA (further tests were done with Intel TBB/ArBB and OpenCL). | ||
− | = | + | = Availability of the Code = |
− | |||
+ | SWE is made available under the GPL license. The latest version can be downloaded via git. We are currently doing a lot of changes (to be used during the [http://www.mac.tum.de/g2s3/ Gene Golub SIAM Summer School 2012], and plan to publish the final version in August/September 2012. | ||
+ | * https://github.com/TUM-I5/SWE | ||
− | = | + | = Simulation Examples = |
− | + | <p>[http://www5.in.tum.de/wiki/uploads/4/4d/Tohoku_surface_46min.png[[File:Tohoku_surface_46min.png|800px]]]</p> | |
− | + | <p>[http://www5.in.tum.de/wiki/uploads/b/b9/Tohoku_both_224min.png[[File:Tohoku_both_224min.png|800px]]]</p> | |
− |
Revision as of 19:22, 24 June 2012
An Education-Oriented Code for Parallel Tsunami Simulation
SWE is an education-oriented code that implements simple Finite Volumes models that solve the shallow water equations - in a problem setting as it would be used for tsunami simulation. SWE has a modular design that allows parallelisation using different programming paradigms, such as MPI, OpenMP, or CUDA (further tests were done with Intel TBB/ArBB and OpenCL).
Availability of the Code
SWE is made available under the GPL license. The latest version can be downloaded via git. We are currently doing a lot of changes (to be used during the Gene Golub SIAM Summer School 2012, and plan to publish the final version in August/September 2012.