MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mod_usr_methods::source Interface Reference

Calculate w(iw)=w(iw)+qdt*SOURCE[wCT,qtC,x] within ixO for all indices iw=iwmin...iwmax. wCT is at time qCT. More...

Public Member Functions

subroutine source (qdt, ixil, ixol, iwlim, qtc, wct, qt, w, x)
 

Detailed Description

Calculate w(iw)=w(iw)+qdt*SOURCE[wCT,qtC,x] within ixO for all indices iw=iwmin...iwmax. wCT is at time qCT.

Definition at line 226 of file mod_usr_methods.t.

Constructor & Destructor Documentation

◆ source()

subroutine mod_usr_methods::source::source ( double precision, intent(in)  qdt,
integer, intent(in)  ixi,
integer, intent(in)  l,
integer, intent(in)  ixo,
  l,
integer, intent(in)  iw,
integer, intent(in)  lim,
double precision, intent(in)  qtc,
double precision, dimension(ixi^s,1:nw), intent(in)  wct,
double precision, intent(in)  qt,
double precision, dimension(ixi^s,1:nw), intent(inout)  w,
double precision, dimension(ixi^s,1:ndim), intent(in)  x 
)
virtual

Definition at line 226 of file mod_usr_methods.t.


The documentation for this interface was generated from the following file: