|
PROGRESS
master
|
Subgraph type. More...
Private Attributes | |
| integer | part |
| Partition number. More... | |
| integer | hsize |
| Size of original matrix (h x h) More... | |
| integer | lsize |
| Size of full subgraph (l x l) More... | |
| integer | llsize |
| Size of core subgraph. More... | |
| integer, dimension(:), allocatable | core_halo_index |
| Indeces from original matrix for subgraph core+halo extraction. More... | |
| integer, dimension(:), allocatable | nodeinpart |
| Nodes in this partition. More... | |
Subgraph type.
Definition at line 33 of file prg_graph_mod.F90.
|
private |
Indeces from original matrix for subgraph core+halo extraction.
Definition at line 48 of file prg_graph_mod.F90.
|
private |
Size of original matrix (h x h)
Definition at line 39 of file prg_graph_mod.F90.
|
private |
Size of core subgraph.
Definition at line 45 of file prg_graph_mod.F90.
|
private |
Size of full subgraph (l x l)
Definition at line 42 of file prg_graph_mod.F90.
|
private |
Nodes in this partition.
Definition at line 51 of file prg_graph_mod.F90.
|
private |
Partition number.
Definition at line 36 of file prg_graph_mod.F90.