Version 6 (modified by 12 years ago) ( diff ) | ,
---|
Back to MusclBear
The numflux Subroutine
The numflux subroutine calculates the numerical fluxes along a 1D-Slice
Input Parameters
n:
Refers to the direction of the current sliceindx:
contains the indices for the slice in the n-directionextlow:
contains the lower index in the n-directionexthigh:
contains the upper index in the n-directionInfo%q:
contains the conserved quantities in the grid
Output Parameters
Info%numfql:
stores the left fluxes along a 1D-Slice.Info%numfqr:
stores the right fluxes along a 1D-Slice. (equals numfql shifted by 1)
Note:
See TracWiki
for help on using the wiki.