HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Files | |
file | NavierStokes2DCleanup.c [code] |
Clean up the 2D Navier Stokes module. | |
file | NavierStokes2DComputeCFL.c [code] |
Compute the maximum CFL. | |
file | NavierStokes2DEigen.c [code] |
Contains the functions to compute left and right eigenvectors for the 2D Navier Stokes equations. | |
file | NavierStokes2DFlux.c [code] |
Functions to compute the hyperbolic flux for 2D Navier-Stokes equations. | |
file | NavierStokes2DFlux_GPU.cu [code] |
file | NavierStokes2DFunctions.c [code] |
Miscellaneous functions for the 2D Navier Stokes equations. | |
file | NavierStokes2DGravityField.c [code] |
Function to compute the hydrostatically balanced pressure and density variation functions. | |
file | NavierStokes2DInitialize.c [code] |
Initialization of the physics-related variables and function pointers for the 2D Navier-Stokes system. | |
file | NavierStokes2DInitialize_GPU.c [code] |
Initialization of the physics-related variables and function pointers for the 2D Navier-Stokes system. | |
file | NavierStokes2DJacobian.c [code] |
Contains the functions compute flux Jacobians for the 2D Navier-Stokes system. | |
file | NavierStokes2DModifiedSolution.c [code] |
Compute the modified solution for the well-balanced treatment of gravitational source terms. | |
file | NavierStokes2DModifiedSolution_GPU.cu [code] |
file | NavierStokes2DParabolicFunction.c [code] |
Compute the viscous terms for the 2D Navier Stokes equations. | |
file | NavierStokes2DParabolicFunction_GPU.cu [code] |
file | NavierStokes2DPreStep.c [code] |
Pre-step function for 2D Navier Stokes equations. | |
file | NavierStokes2DPreStep_GPU.cu [code] |
file | NavierStokes2DSource.c [code] |
Compute the gravitational source term for the 2D Navier Stokes system. | |
file | NavierStokes2DSource_GPU.cu [code] |
file | NavierStokes2DUpwind.c [code] |
Contains functions to compute the upwind flux at grid interfaces for the 2D Navier Stokes equations. | |
file | NavierStokes2DUpwind_GPU.cu [code] |