| 
    MPI-AMRVAC 3.2
    
   The MPI - Adaptive Mesh Refinement - Versatile Advection Code 
   | 
 
Public Attributes | |
| logical | follow | 
| follow the history of the particle   | |
| integer | index | 
| identity number   | |
| double precision | q | 
| charge   | |
| double precision | m | 
| mass   | |
| double precision | time | 
| time   | |
| double precision | dt | 
| time step   | |
| double precision, dimension(3) | x | 
| coordinates   | |
| double precision, dimension(3) | u | 
| velocity, momentum, or special ones   | |
Definition at line 109 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::dt | 
time step
Definition at line 121 of file mod_particle_base.t.
| logical mod_particle_base::particle_t::follow | 
follow the history of the particle
Definition at line 111 of file mod_particle_base.t.
| integer mod_particle_base::particle_t::index | 
identity number
Definition at line 113 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::m | 
mass
Definition at line 117 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::q | 
charge
Definition at line 115 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::time | 
time
Definition at line 119 of file mod_particle_base.t.
| double precision, dimension(3) mod_particle_base::particle_t::u | 
velocity, momentum, or special ones
Definition at line 125 of file mod_particle_base.t.
| double precision, dimension(3) mod_particle_base::particle_t::x | 
coordinates
Definition at line 123 of file mod_particle_base.t.