Include test 5.1 and 5.3 (from Dumbser,Casulli,2013) data in domain.m and IC.m
Warning! This is a code that is not working yet
- New domain function (includes physical parameters, discretization, final time and step time).
Commit of functions MomentumConvection, hCoeff and matop2D
Minor changes in input of CGOP2D
Skeleton for the semi-implicit code in Matlab
Inclusion of boundary conditions in “main_MUSCLhanckok_SW2DvB_WB.m”.
Added a load_csv_short to test how we create the bathymetry
New file “datos_x_y_pequeno.csv” to check the code on a small scale.
Added a first draft of the code for loading the csv for the bottom, including a csv file with a bathymetry
Flag SWEetab has been removed
Added some missing terms for the NCP (non conservative product)
Inclusion of the identity matrix choice (set to 0 if we want to use the identity matrix) and the lake-and-rest test from S. Busto paper
Added a new flag for compiling with MAC
Matlab code with Rusanov and MUSCL-Hanckok schema. With errors MUSCL-Hanckok.
Added Fortran code for SWE (Rusanov and MUSCL-Hancock)
Updated initial condition
Added Matlab folder with Matlab code for SWE (Rusanov and MUSCL-Hancock). It is not working yet