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

Public Attributes

character(len=1) pstype
 
character(len=8) psname
 
integer, dimension(2) opi
 
real, dimension(5) opr
 
integer mip
 
real, dimension(:), pointer xp
 
real, dimension(:), pointer yp
 
real, dimension(:), pointer xq
 
real, dimension(:), pointer yq
 
type(opsdat), pointer nextops
 

Detailed Description

Definition at line 240 of file swmod2.f90.

Member Data Documentation

◆ mip

integer outp_data::opsdat::mip

Definition at line 245 of file swmod2.f90.

245  INTEGER :: MIP ! number of points

◆ nextops

type(opsdat), pointer outp_data::opsdat::nextops

Definition at line 247 of file swmod2.f90.

247  TYPE(OPSDAT), POINTER :: NEXTOPS

◆ opi

integer, dimension(2) outp_data::opsdat::opi

Definition at line 243 of file swmod2.f90.

243  INTEGER :: OPI(2) ! integer coefficients

◆ opr

real, dimension(5) outp_data::opsdat::opr

Definition at line 244 of file swmod2.f90.

244  REAL :: OPR(5) ! real coefficients

◆ psname

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

Definition at line 242 of file swmod2.f90.

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

◆ pstype

character (len=1) outp_data::opsdat::pstype

Definition at line 241 of file swmod2.f90.

241  CHARACTER (LEN=1) :: PSTYPE ! type (F, C, P, ...)

◆ xp

real, dimension(:), pointer outp_data::opsdat::xp

Definition at line 246 of file swmod2.f90.

246  REAL, POINTER :: XP(:), YP(:), XQ(:), YQ(:) ! point coordinates

◆ xq

real, dimension(:), pointer outp_data::opsdat::xq

Definition at line 246 of file swmod2.f90.

◆ yp

real, dimension(:), pointer outp_data::opsdat::yp

Definition at line 246 of file swmod2.f90.

◆ yq

real, dimension(:), pointer outp_data::opsdat::yq

Definition at line 246 of file swmod2.f90.


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