MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Go to the source code of this file.
Modules | |
module | mod_source |
Module for handling split source terms (split from the fluxes) | |
Functions/Subroutines | |
subroutine, public | mod_source::add_split_source (prior) |
subroutine, public | mod_source::addsource2 (qdt, dtfactor, ixIL, ixOL, iwLIM, qtC, wCT, wCTprim, qt, w, x, qsourcesplit, src_active) |
Add source within ixO for iws: w=w+qdt*S[wCT]. More... | |
Variables | |
integer | mod_source::sourcesplit =-1 |
How to apply dimensional splitting to the source terms, see Discretization. More... | |
integer, parameter | mod_source::sourcesplit_sfs = 0 |
integer, parameter | mod_source::sourcesplit_sf = 1 |
integer, parameter | mod_source::sourcesplit_ssf = 2 |
integer, parameter | mod_source::sourcesplit_ssfss = 3 |