HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Euler1D Directory Reference

Files

file  Euler1DCleanup.c [code]
 Contains the function to clean up the 1D Euler physics module.
 
file  Euler1DComputeCFL.c [code]
 Contains the function to compute maximum CFL over the domain for the 1D Euler equations physical model.
 
file  Euler1DEigen.c [code]
 Contains the functions to compute left and right eigenvectors for the 1D Euler equations.
 
file  Euler1DFlux.c [code]
 Contains the functions to compute the hyperbolic flux for the 1D Euler equations over the domain.
 
file  Euler1DFunctions.c [code]
 Miscellaneous functions for the 1D Euler equations.
 
file  Euler1DGravityField.c [code]
 Contains the function to compute the gravitational field.
 
file  Euler1DInitialize.c [code]
 Initialize the 1D Euler equations module.
 
file  Euler1DJacobian.c [code]
 Contains the functions compute flux Jacobians for the 1D Euler system.
 
file  Euler1DModifiedSolution.c [code]
 Contains the function to compute the modified solution for a balanced discretization scheme.
 
file  Euler1DPreStep.c [code]
 Contains the 1D Euler-specific function to be called at the beginning of each time step.
 
file  Euler1DSource.c [code]
 Contains the functions to compute the gravitation source terms for the 1D Euler equations.
 
file  Euler1DSourceUpwind.c [code]
 Contains functions to compute the "upwind" source term at an interface (for a balanced finite-difference discretization of the 1D Euler equations with gravitational source terms).
 
file  Euler1DUpwind.c [code]
 Contains functions to compute the upwind flux at grid interfaces for the 1D Euler equations.