HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Files | |
file | ShallowWater1DCleanup.c [code] |
Contains the function to clean up the 1D shallow water physics module. | |
file | ShallowWater1DComputeCFL.c [code] |
Contains the function to compute maximum CFL over the domain for the 1D shallow water equations physical model. | |
file | ShallowWater1DEigen.c [code] |
Contains the functions to compute left and right eigenvectors for the 1D shallow water equations. | |
file | ShallowWater1DFlux.c [code] |
Contains the functions to compute the hyperbolic flux for the 1D shallow water equations over the domain. | |
file | ShallowWater1DFunctions.c [code] |
Miscellaneous functions for the 1D shallow water equations. | |
file | ShallowWater1DInitialize.c [code] |
Initialize the 1D shallow water equations module. | |
file | ShallowWater1DJacobian.c [code] |
Contains the functions compute flux Jacobians for the 1D shallow water system. | |
file | ShallowWater1DModifiedSolution.c [code] |
Contains the function to compute the modified solution for a balanced discretization scheme. | |
file | ShallowWater1DSource.c [code] |
Contains the functions to compute the source terms for the 1D shallow water equations. | |
file | ShallowWater1DSourceUpwind.c [code] |
Contains functions to compute the "upwind" source term at an interface (for a balanced finite-difference discretization of the 1D shallow water equations). | |
file | ShallowWater1DTopography.c [code] |
Contains the function to set the bottom topography. | |
file | ShallowWater1DUpwind.c [code] |
Contains functions to compute the upwind flux at grid interfaces for the 1D shallow water equations. | |
file | ShallowWater1DWriteTopography.c [code] |
Function to write out the topography. | |