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

this subroutine is ONLY to be used for computing auxiliary variables which happen to be non-local (like div v), and are in no way used for flux computations. As auxiliaries, they are also not advanced More...

Public Member Functions

subroutine process_grid (igrid, level, ixIL, ixOL, qt, w, x)
 

Detailed Description

this subroutine is ONLY to be used for computing auxiliary variables which happen to be non-local (like div v), and are in no way used for flux computations. As auxiliaries, they are also not advanced

Definition at line 164 of file mod_usr_methods.t.

Constructor & Destructor Documentation

◆ process_grid()

subroutine mod_usr_methods::process_grid::process_grid ( integer, intent(in)  igrid,
integer, intent(in)  level,
integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
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 
)

Definition at line 164 of file mod_usr_methods.t.


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