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

Update payload of particles. More...

Public Member Functions

subroutine update_payload (igrid, w, wold, xgrid, x, u, q, m, mypayload, mynpayload, particle_time)
 

Detailed Description

Update payload of particles.

Definition at line 432 of file mod_usr_methods.t.

Constructor & Destructor Documentation

◆ update_payload()

subroutine mod_usr_methods::update_payload::update_payload ( integer, intent(in)  igrid,
double precision, dimension(ixg^t,1:nw), intent(in)  w,
double precision, dimension(ixg^t,1:nw), intent(in)  wold,
double precision, dimension(ixg^t,1:ndim), intent(in)  xgrid,
double precision, dimension(1:ndir), intent(in)  x,
double precision, dimension(1:ndir), intent(in)  u,
double precision, intent(in)  q,
double precision, intent(in)  m,
double precision, dimension(mynpayload), intent(out)  mypayload,
integer, intent(in)  mynpayload,
double precision, intent(in)  particle_time 
)

Definition at line 432 of file mod_usr_methods.t.


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