subroutine, public create_method_cell_ptb(method)
Create a new pass-to-bottom tracking method.
procedure subroutine, public create_method_cell_pollock(method)
Create a tracking method.
procedure subroutine, public create_method_cell_quad(method)
Create a new Pollock quad-refined cell method.
Cell-level tracking methods.
type(methodcellpollocktype), pointer, public method_cell_plck
type(methodcellpasstobottype), pointer, public method_cell_ptb
subroutine, public create_method_cell_pool()
Create the cell method pool.
type(methodcellpollockquadtype), pointer, public method_cell_quad
subroutine, public destroy_method_cell_pool()
Destroy the cell method pool.
type(methodcellternarytype), pointer, public method_cell_tern
subroutine, public create_method_cell_ternary(method)
Create a tracking method.