My Project
Public Attributes | List of all members
outp_data::orqdat Type Reference
Collaboration diagram for outp_data::orqdat:
Collaboration graph
[legend]

Public Attributes

character(len=4) rqtype
 
character(len=8) psname
 
integer, dimension(4) oqi
 
real, dimension(2) oqr
 
integer, dimension(:), pointer ivtyp
 
real, dimension(:), pointer fac
 
type(orqdat), pointer nextorq
 

Detailed Description

Definition at line 254 of file swmod2.f90.

Member Data Documentation

◆ fac

real, dimension(:), pointer outp_data::orqdat::fac

Definition at line 260 of file swmod2.f90.

260  REAL, POINTER :: FAC(:) ! multiplication factor of block output

◆ ivtyp

integer, dimension(:), pointer outp_data::orqdat::ivtyp

Definition at line 259 of file swmod2.f90.

259  INTEGER, POINTER :: IVTYP(:) ! type of output variable

◆ nextorq

type(orqdat), pointer outp_data::orqdat::nextorq

Definition at line 261 of file swmod2.f90.

261  TYPE(ORQDAT), POINTER :: NEXTORQ

◆ oqi

integer, dimension(4) outp_data::orqdat::oqi

Definition at line 257 of file swmod2.f90.

257  INTEGER :: OQI(4) ! integer coefficients

◆ oqr

real, dimension(2) outp_data::orqdat::oqr

Definition at line 258 of file swmod2.f90.

258  REAL :: OQR(2) ! real coefficients

◆ psname

character (len=8) outp_data::orqdat::psname

Definition at line 256 of file swmod2.f90.

256  CHARACTER (LEN=8) :: PSNAME ! name of point set

◆ rqtype

character (len=4) outp_data::orqdat::rqtype

Definition at line 255 of file swmod2.f90.

255  CHARACTER (LEN=4) :: RQTYPE ! type (BLK, TAB, SPC ...)

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