MFIX  2016-1
sweep_and_prune::sap_t Type Reference

Public Attributes

integer id
 
type(endpoint_t), dimension(:), allocatable x_endpoints
 
type(endpoint_t), dimension(:), allocatable y_endpoints
 
type(endpoint_t), dimension(:), allocatable z_endpoints
 
integer x_endpoints_len
 
integer y_endpoints_len
 
integer z_endpoints_len
 
type(box_t), dimension(:), allocatable boxes
 
integer boxes_len
 
type(list_tdeleted_boxes
 
type(hashtable_thashtable
 

Detailed Description

Definition at line 71 of file sap.f.

Member Data Documentation

type(box_t), dimension(:), allocatable sweep_and_prune::sap_t::boxes

Definition at line 84 of file sap.f.

integer sweep_and_prune::sap_t::boxes_len

Definition at line 85 of file sap.f.

type(list_t) sweep_and_prune::sap_t::deleted_boxes

Definition at line 88 of file sap.f.

type(hashtable_t) sweep_and_prune::sap_t::hashtable

Definition at line 91 of file sap.f.

integer sweep_and_prune::sap_t::id

Definition at line 73 of file sap.f.

type(endpoint_t), dimension(:), allocatable sweep_and_prune::sap_t::x_endpoints

Definition at line 76 of file sap.f.

integer sweep_and_prune::sap_t::x_endpoints_len

Definition at line 79 of file sap.f.

type(endpoint_t), dimension(:), allocatable sweep_and_prune::sap_t::y_endpoints

Definition at line 77 of file sap.f.

integer sweep_and_prune::sap_t::y_endpoints_len

Definition at line 80 of file sap.f.

type(endpoint_t), dimension(:), allocatable sweep_and_prune::sap_t::z_endpoints

Definition at line 78 of file sap.f.

integer sweep_and_prune::sap_t::z_endpoints_len

Definition at line 81 of file sap.f.


The documentation for this type was generated from the following file: