Go to the source code of this file.
|
| procedure subroutine, public | methodcellpollockquadmodule::create_method_cell_quad (method) |
| | Create a new Pollock quad-refined cell method. More...
|
| |
| subroutine | methodcellpollockquadmodule::deallocate (this) |
| | Deallocate the Pollock quad-refined cell method. More...
|
| |
| subroutine | methodcellpollockquadmodule::load_mcpq (this, particle, next_level, submethod) |
| | Load subcell into tracking method. More...
|
| |
| subroutine | methodcellpollockquadmodule::pass_mcpq (this, particle) |
| | Pass particle to next subcell if there is one, or to the cell face. More...
|
| |
| subroutine | methodcellpollockquadmodule::apply_mcpq (this, particle, tmax) |
| | Solve the quad-rectangular cell via Pollock's method. More...
|
| |
| subroutine | methodcellpollockquadmodule::load_subcell (this, particle, subcell) |
| | Load the rectangular subcell from the rectangular cell. More...
|
| |