Modulefpreviousupnextcontents[BIG][Normal][small]
Next: 3.7 Eigenvalues and eigenvectors of a Up: 3 Manipulation of structures and miscellaneous Prev: 3.5 Changing the type of a Contents


3.6 Changing the type of a D.S. AMAT

Module TAMMUA changes the type of a D.S. AMAT, i.e. changes to a D.S. MUA.

          

      SUBROUTINE TAMMUA(M,NFAMAT,NIAMAT,NFMUA,NIMUA)
C +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
C AIM :  TRANSFORM AD.S. AMAT IN MAIN MEMORY INTO A D.S. MUA
C ---    IN DIRECT ACCESS
C +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
C  INPUT PARAMETERS :
C  -------------------
C  M      : SUPER WORK ARRAY
C  NFAMAT : FILE NUMBER OF I.D.S. AMAT
C  NIAMAT : LEVEL NUMBER OF I.D.S. AMAT
C  NTMUA  : NUMBER OF ARRAYS TO ASSOCIATE WITH THE D.S. MUA
C  OUTPUT PARAMETERS :
C  ---------------------
C  NFMUA  : FILE NUMBER OF THE I.D.S. MUA
C  NIMUA  : NLVEL NUMBER OF THE I.D.S. MUA
C .....................................................................
C  PROGRAMMER  : MARINA VIDRASCU  INRIA  JANUARY 1987
C .....................................................................

where


Modulefpreviousupnextcontents[BIG][Normal][small]
Next: 3.7 Eigenvalues and eigenvectors of a Up: 3 Manipulation of structures and miscellaneous Prev: 3.5 Changing the type of a Contents