Go to the source code of this file.
|
subroutine | methodmodule::init (this, fmi, cell, subcell, trackctl, tracktimes, izone, flowja, porosity, retfactor) |
|
recursive subroutine | methodmodule::track (this, particle, level, tmax) |
| Track the particle over domains of the given. 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 the subdomain tracking method (submethod). More...
|
|
subroutine | methodmodule::pass (this, particle) |
| Pass the particle to the next subdomain. More...
|
|
subroutine | methodmodule::save (this, particle, reason) |
| Save the particle's state to output files. More...
|
|
subroutine | methodmodule::check (this, particle, cell_defn) |
| Check reporting/terminating conditions before tracking. More...
|
|