SUPERLUSTAT_T Derived Type

type, private, bind(c) :: SUPERLUSTAT_T


Inherits

type~~superlustat_t~~InheritsGraph type~superlustat_t SUPERLUSTAT_T C_PTR C_PTR type~superlustat_t->C_PTR panel_histo, utime, ops

Inherited by

type~~superlustat_t~~InheritedByGraph type~superlustat_t SUPERLUSTAT_T type~sulu_env SULU_ENV type~sulu_env->type~superlustat_t stat

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(C_PTR), public :: panel_histo

histogram of panel size distribution

type(C_PTR), public :: utime

running time at various phases

type(C_PTR), public :: ops

operation count at various phases

integer(kind=C_INT), public :: TinyPivots

number of tiny pivots

integer(kind=C_INT), public :: RefineSteps

number of iterative refinement steps

integer(kind=C_INT), public :: expansions

number of memory expansions


Source Code

type, bind(c) :: SUPERLUSTAT_T
   type(C_PTR)         :: panel_histo    !! *histogram of panel size distribution*
   type(C_PTR)         :: utime          !! *running time at various phases*
   type(C_PTR)         :: ops            !! *operation count at various phases*
   integer(kind=C_INT) :: TinyPivots     !! *number of tiny pivots*
   integer(kind=C_INT) :: RefineSteps    !! *number of iterative refinement steps*
   integer(kind=C_INT) :: expansions     !! *number of memory expansions*
endtype SUPERLUSTAT_T