HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Files | |
file | LinearADRAdvection.c [code] |
Function to evaluate the advection term in the linear advection-diffusion-reaction model. | |
file | LinearADRAdvectionField.c [code] |
Contains the function to read in a non-constant advection field. | |
file | LinearADRCleanup.c [code] |
Clean up the linear advection-diffusion-reaction model. | |
file | LinearADRComputeCFL.c [code] |
Compute the maximum CFL. | |
file | LinearADRComputeDiffNumber.c [code] |
Compute the diffusion number. | |
file | LinearADRDiffusion.c [code] |
Function to evaluate the diffusion term in the linear advection-diffusion-reaction model. | |
file | LinearADRInitialize.c [code] |
Initialize the linear advection-diffusion-reaction module. | |
file | LinearADRJacobian.c [code] |
Function to compute the hyperbolic flux Jacobian for the linear advection-diffusion-reaction system. | |
file | LinearADRReaction.c [code] |
Function to evaluate the reaction term in the linear advection-diffusion-reaction model. | |
file | LinearADRUpwind.c [code] |
Evaluate the upwind flux for the linear advection-diffusion-reaction model. | |
file | LinearADRWriteAdvField.c [code] |
Write out the advection field to file. | |