MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Public Member Functions | List of all members
mod_usr_methods::get_dt Interface Reference

Limit "dt" further if necessary, e.g. due to the special source terms. The getdt_courant (CFL condition) and the getdt subroutine in the AMRVACPHYS module have already been called. More...

Public Member Functions

subroutine get_dt (w, ixIL, ixOL, dtnew, dxD, x)
 

Detailed Description

Limit "dt" further if necessary, e.g. due to the special source terms. The getdt_courant (CFL condition) and the getdt subroutine in the AMRVACPHYS module have already been called.

Definition at line 234 of file mod_usr_methods.t.

Constructor & Destructor Documentation

◆ get_dt()

subroutine mod_usr_methods::get_dt::get_dt ( double precision, dimension(ixi^s,1:nw), intent(in)  w,
integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
double precision, intent(inout)  dtnew,
double precision, intent(in)  dx,
double precision, intent(in)  D,
double precision, dimension(ixi^s,1:ndim), intent(in)  x 
)

Definition at line 234 of file mod_usr_methods.t.


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