MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Public Attributes | List of all members
mod_particle_base::particle_ptr Type Reference
Collaboration diagram for mod_particle_base::particle_ptr:
Collaboration graph
[legend]

Public Attributes

type(particle_t), pointer self
 
double precision, dimension(:), allocatable payload
 extra information carried by the particle More...
 
integer igrid
 
integer ipe
 

Detailed Description

Definition at line 100 of file mod_particle_base.t.

Member Data Documentation

◆ igrid

integer mod_particle_base::particle_ptr::igrid

Definition at line 104 of file mod_particle_base.t.

◆ ipe

integer mod_particle_base::particle_ptr::ipe

Definition at line 104 of file mod_particle_base.t.

◆ payload

double precision, dimension(:), allocatable mod_particle_base::particle_ptr::payload

extra information carried by the particle

Definition at line 103 of file mod_particle_base.t.

◆ self

type(particle_t), pointer mod_particle_base::particle_ptr::self

Definition at line 101 of file mod_particle_base.t.


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