Go to the source code of this file.
|
| #define | __FUNC__ "ExternalRows_dhCreate" |
| |
| #define | __FUNC__ "ExternalRows_dhDestroy" |
| |
| #define | __FUNC__ "ExternalRows_dhInit" |
| |
| #define | __FUNC__ "ExternalRows_dhGetRow" |
| |
| #define | __FUNC__ "ExternalRows_dhRecvRows" |
| |
| #define | __FUNC__ "rcv_ext_storage_private" |
| |
| #define | __FUNC__ "allocate_ext_row_storage_private" |
| |
| #define | __FUNC__ "build_hash_table_private" |
| |
| #define | __FUNC__ "rcv_external_rows_private" |
| |
| #define | __FUNC__ "print_received_rows_private" |
| |
| #define | __FUNC__ "ExternalRows_dhSendRows" |
| |
| #define | __FUNC__ "send_ext_storage_private" |
| |
| #define | __FUNC__ "send_external_rows_private" |
| |
| #define | __FUNC__ "waitfor_sends_private" |
| |
|
| enum | {
SOLVE_START_T,
TRI_SOLVE_T,
SETUP_T,
SUB_GRAPH_T,
FACTOR_T,
SOLVE_SETUP_T,
COMPUTE_RHO_T,
TOTAL_SOLVE_TEMP_T,
TOTAL_SOLVE_T,
ROW_CT_TAG,
NZ_CT_TAG,
ROW_LENGTH_TAG,
ROW_NUMBER_TAG,
CVAL_TAG,
FILL_TAG,
AVAL_TAG,
TOTAL_SGT,
FIND_NABORS_SGT,
ORDER_BDRY_SGT,
FORM_GRAPH_SGT,
EXCHANGE_PERMS_SGT
} |
| |
◆ __FUNC__ [1/14]
| #define __FUNC__ "ExternalRows_dhCreate" |
◆ __FUNC__ [2/14]
| #define __FUNC__ "ExternalRows_dhDestroy" |
◆ __FUNC__ [3/14]
| #define __FUNC__ "ExternalRows_dhInit" |
◆ __FUNC__ [4/14]
| #define __FUNC__ "ExternalRows_dhGetRow" |
◆ __FUNC__ [5/14]
| #define __FUNC__ "ExternalRows_dhRecvRows" |
◆ __FUNC__ [6/14]
| #define __FUNC__ "rcv_ext_storage_private" |
◆ __FUNC__ [7/14]
| #define __FUNC__ "allocate_ext_row_storage_private" |
◆ __FUNC__ [8/14]
| #define __FUNC__ "build_hash_table_private" |
◆ __FUNC__ [9/14]
| #define __FUNC__ "rcv_external_rows_private" |
◆ __FUNC__ [10/14]
| #define __FUNC__ "print_received_rows_private" |
◆ __FUNC__ [11/14]
| #define __FUNC__ "ExternalRows_dhSendRows" |
◆ __FUNC__ [12/14]
| #define __FUNC__ "send_ext_storage_private" |
◆ __FUNC__ [13/14]
| #define __FUNC__ "send_external_rows_private" |
◆ __FUNC__ [14/14]
| #define __FUNC__ "waitfor_sends_private" |
◆ anonymous enum
| Enumerator |
|---|
| SOLVE_START_T | |
| TRI_SOLVE_T | |
| SETUP_T | |
| SUB_GRAPH_T | |
| FACTOR_T | |
| SOLVE_SETUP_T | |
| COMPUTE_RHO_T | |
| TOTAL_SOLVE_TEMP_T | |
| TOTAL_SOLVE_T | |
| ROW_CT_TAG | |
| NZ_CT_TAG | |
| ROW_LENGTH_TAG | |
| ROW_NUMBER_TAG | |
| CVAL_TAG | |
| FILL_TAG | |
| AVAL_TAG | |
| TOTAL_SGT | |
| FIND_NABORS_SGT | |
| ORDER_BDRY_SGT | |
| FORM_GRAPH_SGT | |
| EXCHANGE_PERMS_SGT | |
Definition at line 52 of file ExternalRows_dh.c.
◆ ExternalRows_dhCreate()
◆ ExternalRows_dhDestroy()
◆ ExternalRows_dhInit()
◆ ExternalRows_dhGetRow()
| void ExternalRows_dhGetRow |
( |
ExternalRows_dh |
er, |
|
|
int |
globalRow, |
|
|
int * |
len, |
|
|
int ** |
cval, |
|
|
int ** |
fill, |
|
|
REAL_DH ** |
aval |
|
) |
| |
◆ rcv_ext_storage_private()
◆ build_hash_table_private()
◆ rcv_external_rows_private()
◆ allocate_ext_row_storage_private()
◆ print_received_rows_private()
◆ ExternalRows_dhRecvRows()
◆ send_ext_storage_private()
◆ send_external_rows_private()
◆ waitfor_sends_private()
◆ ExternalRows_dhSendRows()