xavierdechamps / Shallow_water_FV

Solve the 2D shallow water equations with a finite volume method based on a Q-scheme
10 stars 1 forks source link

2nd order reconstruction with MUSCL + TVD scheme #9

Open xavierdechamps opened 2 years ago

xavierdechamps commented 2 years ago

Improve the spatial accuracy with a combination of MUSCL and TVD schemes

xavierdechamps commented 2 years ago

A first implementation has been done in commit 11ff8663caa65fee72115d8a3429d4c017bd069f. Results seem promising.