MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Modules | Functions/Subroutines | Variables
mod_source.t File Reference

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, ixIL, ixOL, iwLIM, qtC, wCT, qt, w, x, qsourcesplit, src_active, wCTprim)
 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