|
subroutine | methodmodule::init (this, fmi, cell, subcell, events, tracktimes, izone, flowja, porosity, retfactor) |
|
recursive subroutine | methodmodule::track (this, particle, level, tmax) |
| Track the particle over subdomains 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...
|
|
integer(i4b) function | methodmodule::get_level (this) |
| Get the tracking method's level. More...
|
|
subroutine | methodmodule::pass (this, particle) |
| Pass the particle to the next subdomain. More...
|
|
subroutine | methodmodule::release (this, particle) |
| Particle is released. More...
|
|
subroutine | methodmodule::terminate (this, particle, status) |
| Particle terminates. More...
|
|
subroutine | methodmodule::timestep (this, particle) |
| Time step ends. More...
|
|
subroutine | methodmodule::weaksink (this, particle) |
| Particle leaves a weak sink. More...
|
|
subroutine | methodmodule::usertime (this, particle) |
| User-defined tracking time occurs. More...
|
|