MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
module | mod_finite_volume |
Module with finite volume methods for fluxes. | |
Functions/Subroutines | |
subroutine, public | mod_finite_volume::hancock (qdt, dtfactor, ixil, ixol, idimslim, qtc, sct, qt, snew, dxs, x) |
The non-conservative Hancock predictor for TVDLF. | |
subroutine, public | mod_finite_volume::finite_volume (method, qdt, dtfactor, ixil, ixol, idimslim, qtc, sct, qt, snew, fc, fe, dxs, x) |
finite volume method | |
subroutine | get_riemann_flux_tvdmu () |
subroutine, public | mod_finite_volume::reconstruct_lr (ixil, ixll, ixrl, idims, w, wlc, wrc, wlp, wrp, x, dxdim) |
Determine the upwinded wLC(ixL) and wRC(ixR) from w. the wCT is only used when PPM is exploited. | |
subroutine finite_volume::get_riemann_flux_tvdmu |
Definition at line 343 of file mod_finite_volume.t.