Go to the source code of this file.
|
| subroutine | methodcellmodule::try_pass (this, particle, nextlevel, advancing) |
| | Try passing the particle to the next subdomain. or to a boundary of this method's tracking domain. More...
|
| |
| subroutine | methodcellmodule::assess (this, particle, cell_defn, tmax) |
| | Check reporting/terminating conditions before tracking the particle across the cell. More...
|
| |
| subroutine | methodcellmodule::cellexit (this, particle) |
| | Particle exits a cell. More...
|
| |
| logical(lgp) function | methodcellmodule::forms_cycle (this, particle, event) |
| | Check if the event forms a cycle in the particle path. More...
|
| |
| subroutine | methodcellmodule::store_event (this, particle, event) |
| | Save the event in the particle's history. Acts like a queue, the oldest event is removed when the event count exceeds the maximum size. More...
|
| |
| integer(i4b) function | methodcellmodule::get_level (this) |
| | Get the cell method's level. More...
|
| |
| integer(i4b) function | methodcellmodule::iboundary_to_icellface (this, iboundary) |
| | Convert an iboundary number to an iface number. More...
|
| |