MAT_MA48 Derived Type

type, private :: MAT_MA48

All the stuff needed by HSL_MA48


Inherits

type~~mat_ma48~2~~InheritsGraph type~mat_ma48~2 MAT_MA48 MA48_AINFO MA48_AINFO type~mat_ma48~2->MA48_AINFO ainf MA48_CONTROL MA48_CONTROL type~mat_ma48~2->MA48_CONTROL ctrl MA48_FACTORS MA48_FACTORS type~mat_ma48~2->MA48_FACTORS fact MA48_FINFO MA48_FINFO type~mat_ma48~2->MA48_FINFO finf MA48_SINFO MA48_SINFO type~mat_ma48~2->MA48_SINFO sinf ZD11_TYPE ZD11_TYPE type~mat_ma48~2->ZD11_TYPE zmat

Components

Type Visibility Attributes Name Initial
type(MA48_AINFO), public :: ainf
type(MA48_CONTROL), public :: ctrl
type(MA48_FACTORS), public :: fact
integer(kind=I4), public :: fast
type(MA48_FINFO), public :: finf
real(kind=R8), public, dimension(2) :: resid
type(MA48_SINFO), public :: sinf
type(ZD11_TYPE), public :: zmat

Source Code

type MAT_MA48
!! <span style="color:green">All the stuff needed by *HSL_MA48*</span>
   type(ZD11_TYPE)    :: zmat
   type(MA48_CONTROL) :: ctrl
   type(MA48_AINFO)   :: ainf
   type(MA48_FINFO)   :: finf
   type(MA48_SINFO)   :: sinf
   type(MA48_FACTORS) :: fact
   integer(kind=I4)   :: fast
   real(kind=R8), dimension(2):: resid
endtype MAT_MA48