Go to the source code of this file.
|
subroutine | methodmodule::init (this, fmi, cell, subcell, trackfilectl, tracktimes, izone, flowja, porosity, retfactor) |
|
recursive subroutine | methodmodule::track (this, particle, level, tmax) |
| Track particle through subdomains. More...
|
|
subroutine | methodmodule::try_pass (this, particle, nextlevel, advancing) |
| Try passing the particle to the next subdomain. More...
|
|
subroutine | methodmodule::load (this, particle, next_level, submethod) |
| Load subdomain tracking method (submethod) More...
|
|
subroutine | methodmodule::pass (this, particle) |
| Pass a particle to the next subdomain, internal use only. More...
|
|
subroutine | methodmodule::save (this, particle, reason) |
| Save a particle's current state. More...
|
|
subroutine | methodmodule::update (this, particle, cell_defn) |
| Update particle state and check termination conditions. More...
|
|