DISPATCH
particle_mod::particle_t Type Reference
Inheritance diagram for particle_mod::particle_t:
Collaboration diagram for particle_mod::particle_t:

Public Member Functions

procedure init
 

Public Attributes

integer(8) id =0
 
integer it =1
 
real ds =1.0
 
real mass =1.0
 
real(8) time =0d0
 
real(8) dtime =0d0
 
integer(kind=int8), dimension(:), allocatable iit
 
real, dimension(:,:), allocatable v
 
real(8), dimension(:,:), allocatable r
 
real(8), dimension(:), allocatable t
 
- Public Attributes inherited from dll_mod::dll_node_t
class(dll_node_t), pointer prev => null()
 
class(dll_node_t), pointer next => null()
 
class(*), pointer car
 
integer id =0
 

Detailed Description

Definition at line 13 of file particle_mod.f90.


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