FLASH-X
Doxygen Generated Documentation From Interface Source Code
Public Member Functions | List of all members
ut_generalInterface::ut_printMatrix Interface Reference
Collaboration diagram for ut_generalInterface::ut_printMatrix:
Collaboration graph

Public Member Functions

subroutine ut_printMatrix (fileUnit, title, rowMinMatrix, rowMaxMatrix, colMinMatrix, colMaxMatrix, rowMinPrint, rowMaxPrint, colMinPrint, colMaxPrint, matrix)
 

Detailed Description

Definition at line 30 of file ut_generalInterface.F90.

Constructor & Destructor Documentation

◆ ut_printMatrix()

subroutine ut_generalInterface::ut_printMatrix::ut_printMatrix ( integer  fileUnit,
character (len=*), intent(in)  title,
integer  rowMinMatrix,
integer  rowMaxMatrix,
integer  colMinMatrix,
integer  colMaxMatrix,
integer  rowMinPrint,
integer  rowMaxPrint,
integer  colMinPrint,
integer  colMaxPrint,
real, dimension (rowMinMatrix:rowMaxMatrix , colMinMatrix:colMaxMatrix), intent(in)  matrix 
)

Definition at line 30 of file ut_generalInterface.F90.


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