PROGRESS  master
prg_graph_mod::subgraph_t Type Reference

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...
 

Detailed Description

Subgraph type.

Definition at line 33 of file prg_graph_mod.F90.

Member Data Documentation

◆ core_halo_index

integer, dimension(:), allocatable prg_graph_mod::subgraph_t::core_halo_index
private

Indeces from original matrix for subgraph core+halo extraction.

Definition at line 48 of file prg_graph_mod.F90.

◆ hsize

integer prg_graph_mod::subgraph_t::hsize
private

Size of original matrix (h x h)

Definition at line 39 of file prg_graph_mod.F90.

◆ llsize

integer prg_graph_mod::subgraph_t::llsize
private

Size of core subgraph.

Definition at line 45 of file prg_graph_mod.F90.

◆ lsize

integer prg_graph_mod::subgraph_t::lsize
private

Size of full subgraph (l x l)

Definition at line 42 of file prg_graph_mod.F90.

◆ nodeinpart

integer, dimension(:), allocatable prg_graph_mod::subgraph_t::nodeinpart
private

Nodes in this partition.

Definition at line 51 of file prg_graph_mod.F90.

◆ part

integer prg_graph_mod::subgraph_t::part
private

Partition number.

Definition at line 36 of file prg_graph_mod.F90.


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