IOPLOT Module


Uses

  • module~~ioplot~~UsesGraph module~ioplot IOPLOT module~iofile IOFILE module~ioplot->module~iofile

Used by

  • module~~ioplot~~UsedByGraph module~ioplot IOPLOT module~sf_iotools SF_IOTOOLS module~sf_iotools->module~ioplot module~scifor SCIFOR module~scifor->module~sf_iotools module~sf_stat SF_STAT module~scifor->module~sf_stat module~sf_stat->module~sf_iotools

Interfaces

public interface splot

  • private subroutine splotA1_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X
    real(kind=8), dimension(size(X)) :: Y1
    logical, optional :: append
  • private subroutine splotA1_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X
    complex(kind=8), dimension(size(X)) :: Y1
    logical, optional :: append
  • private subroutine splotA2_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,2)) :: X
    real(kind=8), dimension(:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA2_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,2)) :: X
    complex(kind=8), dimension(:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA3_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,3)) :: X
    real(kind=8), dimension(:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA3_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,3)) :: X
    complex(kind=8), dimension(:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA4_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,4)) :: X
    real(kind=8), dimension(:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA4_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,4)) :: X
    complex(kind=8), dimension(:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA5_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,5)) :: X
    real(kind=8), dimension(:,:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA5_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,5)) :: X
    complex(kind=8), dimension(:,:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA6_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,6)) :: X
    real(kind=8), dimension(:,:,:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA6_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,6)) :: X
    complex(kind=8), dimension(:,:,:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA7_RR(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,7)) :: X
    real(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
    logical, optional :: append
  • private subroutine splotA7_RC(pname, X, Y1, append)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,7)) :: X
    complex(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
    logical, optional :: append

public interface splot3d

  • private subroutine d_splot3D(pname, X1, X2, Y, xmin, xmax, ymin, ymax, nosurface, wlines, nlines)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X1
    real(kind=8), dimension(:) :: X2
    real(kind=8), dimension(size(X1),size(X2)) :: Y
    real(kind=8), optional :: xmin
    real(kind=8), optional :: xmax
    real(kind=8), optional :: ymin
    real(kind=8), optional :: ymax
    logical, optional :: nosurface
    logical, optional :: wlines
    integer, optional :: nlines
  • private subroutine c_splot3D(pname, X1, X2, Y, xmin, xmax, ymin, ymax, nosurface, wlines, nlines)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X1
    real(kind=8), dimension(:) :: X2
    complex(kind=8), dimension(size(X1),size(X2)) :: Y
    real(kind=8), optional :: xmin
    real(kind=8), optional :: xmax
    real(kind=8), optional :: ymin
    real(kind=8), optional :: ymax
    logical, optional :: nosurface
    logical, optional :: wlines
    integer, optional :: nlines
  • private subroutine d_splot3d_animate(pname, X1, X2, Y, xmin, xmax, ymin, ymax)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X1
    real(kind=8), dimension(:) :: X2
    real(kind=8), dimension(:,:,:) :: Y
    real(kind=8), optional :: xmin
    real(kind=8), optional :: xmax
    real(kind=8), optional :: ymin
    real(kind=8), optional :: ymax
  • private subroutine c_splot3d_animate(pname, X1, X2, Y, xmin, xmax, ymin, ymax)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X1
    real(kind=8), dimension(:) :: X2
    complex(kind=8), dimension(:,:,:) :: Y
    real(kind=8), optional :: xmin
    real(kind=8), optional :: xmax
    real(kind=8), optional :: ymin
    real(kind=8), optional :: ymax

public interface save_array

  • private subroutine data_saveA1_R(pname, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: Y1
  • private subroutine data_saveA1_C(pname, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:) :: Y1
  • private subroutine data_saveA2_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA2_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA3_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA3_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA4_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA4_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA5_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA5_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA6_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA6_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA7_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_saveA7_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace