NODE_TYPE Derived Type

type, public :: NODE_TYPE


Inherited by

type~~node_type~~InheritedByGraph type~node_type NODE_TYPE type~lev_struct LEV_STRUCT type~lev_struct->type~node_type NODE type~butterfly_struct BUTTERFLY_STRUCT type~butterfly_struct->type~lev_struct SLEV type~flt_type FLT_TYPE type~flt_type->type~butterfly_struct YBUT_STRUCT_S, YBUT_STRUCT_A type~flt_type_wrap FLT_TYPE_WRAP type~flt_type_wrap->type~flt_type FA

Components

Type Visibility Attributes Name Initial
integer(kind=JPIM), public :: ILEV = 0
integer(kind=JPIM), public :: IFCOL = 0
integer(kind=JPIM), public :: ILCOL = 0
integer(kind=JPIM), public :: IFROW = 0
integer(kind=JPIM), public :: ILROW = 0
integer(kind=JPIM), public :: ICOLS = 0
integer(kind=JPIM), public :: IROWS = 0
integer(kind=JPIM), public :: IRANK = 0
integer(kind=JPIM), public :: IOFFBETA = 0
integer(kind=JPIM), public, POINTER :: ICLIST(:) => NULL()
real(kind=JPRB), public, POINTER :: PNONIM(:) => NULL()
real(kind=JPRB), public, POINTER :: B(:,:) => NULL()
real(kind=JPRD), public, POINTER :: DB(:,:) => NULL()