|
subroutine, public | create_method_disv (method) |
| Create a new vertex grid (DISV) tracking method. More...
|
|
subroutine | deallocate (this) |
| Destroy the tracking method. More...
|
|
subroutine | load_disv (this, particle, next_level, submethod) |
| Load the cell and the tracking method. More...
|
|
subroutine | load_particle (this, cell, particle) |
|
subroutine | update_flowja (this, cell, particle) |
|
subroutine | pass_disv (this, particle) |
| Pass a particle to the next cell, if there is one. More...
|
|
subroutine | map_neighbor (this, defn, inface, z) |
| Map location on cell face to shared cell face of neighbor. More...
|
|
subroutine | apply_disv (this, particle, tmax) |
| Apply the DISV-grid method. More...
|
|
subroutine | load_cell_defn (this, ic, defn) |
| Load cell definition from the grid. More...
|
|
subroutine | load_properties (this, ic, defn) |
| Loads cell properties to cell definition from the grid. More...
|
|
subroutine | load_polygon (this, defn) |
|
subroutine | load_neighbors (this, defn) |
| Loads face neighbors to cell definition from the grid Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_flows (this, defn) |
| Load flows into the cell definition. These include face, boundary and net distributed flows. Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_face_flows_to_defn_poly (this, defn) |
|
subroutine | load_boundary_flows_to_defn_rect (this, defn) |
| Load boundary flows from the grid into a rectangular cell. Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_boundary_flows_to_defn_rect_quad (this, defn) |
| Load boundary flows from the grid into rectangular quadcell. Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_boundary_flows_to_defn_poly (this, defn) |
| Load boundary flows from the grid into a polygonal cell. Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_indicators (this, defn) |
| Load 180-degree vertex indicator array and set flags indicating how cell can be represented. Assumes cell index and number of vertices are already loaded. More...
|
|