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. More... | |
subroutine, public | mod_finite_volume::finite_volume (method, qdt, dtfactor, ixIL, ixOL, idimsLIM, qtC, sCT, qt, snew, fC, fE, dxs, x) |
finite volume method More... | |
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. More... | |
subroutine finite_volume::get_riemann_flux_tvdmu |
Definition at line 338 of file mod_finite_volume.t.