HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Files | |
file | ShallowWater2DCleanup.c [code] |
Contains the function to clean up the 2D shallow water physics module. | |
file | ShallowWater2DComputeCFL.c [code] |
Contains the function to compute maximum CFL over the domain for the 2D shallow water equations physical model. | |
file | ShallowWater2DEigen.c [code] |
Contains the functions to compute left and right eigenvectors for the 2D shallow water equations. | |
file | ShallowWater2DFlux.c [code] |
Contains the functions to compute the hyperbolic flux for the 2D shallow water equations over the domain. | |
file | ShallowWater2DFunctions.c [code] |
Miscellaneous functions for the 2D shallow water equations. | |
file | ShallowWater2DInitialize.c [code] |
Initialize the 2D shallow water equations module. | |
file | ShallowWater2DJacobian.c [code] |
Contains the functions compute flux Jacobians for the 2D shallow water system. | |
file | ShallowWater2DModifiedSolution.c [code] |
Contains the function to compute the modified solution for a balanced discretization scheme. | |
file | ShallowWater2DSource.c [code] |
Contains the functions to compute the source terms for the 2D shallow water equations. | |
file | ShallowWater2DSourceUpwind.c [code] |
Contains functions to compute the "upwind" source term at an interface (for a balanced finite-difference discretization of the 2D shallow water equations). | |
file | ShallowWater2DTopography.c [code] |
Contains the function to set the bottom topography. | |
file | ShallowWater2DUpwind.c [code] |
Contains functions to compute the upwind flux at grid interfaces for the 2D shallow water equations. | |
file | ShallowWater2DWriteTopography.c [code] |
Function to write out the topography. | |