HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Files | |
file | BurgersAdvection.c [code] |
Contains the function to compute the hyperbolic flux for the Burgers equations over the domain. | |
file | BurgersCleanup.c [code] |
Contains the function to clean up the Burgers physics module. | |
file | BurgersComputeCFL.c [code] |
Contains the function to compute maximum CFL over the domain for the Burgers equation. | |
file | BurgersInitialize.c [code] |
Initialize the Burgers module. | |
file | BurgersUpwind.c [code] |
Contains functions to compute the upwind flux at grid interfaces for the Burgers equations. | |