|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Files | |
| file | VlasovAdvection.c [code] |
| Contains the function to compute the hyperbolic flux for the Vlasov equations over the domain. | |
| file | VlasovAdvectionCoeff.c [code] |
| Returns the advection coefficient at a given grid index. | |
| file | VlasovCleanup.c [code] |
| Contains the function to clean up the Vlasov physics module. | |
| file | VlasovComputeCFL.c [code] |
| Contains the function to compute maximum CFL over the domain for the Vlasov equations. | |
| file | VlasovEField.c [code] |
| Contains the function to compute the electric field. | |
| file | VlasovFunctions.c [code] |
| Misc. functions for the Vlasov equations. | |
| file | VlasovInitialize.c [code] |
| Initialize the Vlasov module. | |
| file | VlasovPlotSpatialField.c [code] |
| Plot out the field to file. | |
| file | VlasovUpwind.c [code] |
| Contains functions to compute the upwind flux at grid interfaces for the Vlasov equations. | |
| file | VlasovWriteEFieldAndPotential.c [code] |
| Write out the electric field and potential to file. | |
| file | VlasovWriteSpatialField.c [code] |
| Write out the field to file. | |