OpenFAST
Wind turbine multiphysics simulator
Public Member Functions | List of all members
nwtc_io::wrmatrix Interface Reference

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...

Public Member Functions

subroutine wrmatrix1r4 (A, Un, ReFmt, MatName)
 This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...
 
subroutine wrmatrix2r4 (A, Un, ReFmt, MatName)
 This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...
 
subroutine wrmatrix1r8 (A, Un, ReFmt, MatName)
 This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...
 
subroutine wrmatrix2r8 (A, Un, ReFmt, MatName)
 This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...
 
subroutine wrmatrix1r16 (A, Un, ReFmt, MatName)
 This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...
 
subroutine wrmatrix2r16 (A, Un, ReFmt, MatName)
 This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array. More...
 

Detailed Description

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

Member Function/Subroutine Documentation

◆ wrmatrix1r16()

subroutine nwtc_io::wrmatrix::wrmatrix1r16 ( real(quki), dimension(:), intent(in)  A,
integer, intent(in)  Un,
character(*), intent(in)  ReFmt,
character(*), intent(in), optional  MatName 
)

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

◆ wrmatrix1r4()

subroutine nwtc_io::wrmatrix::wrmatrix1r4 ( real(siki), dimension(:), intent(in)  A,
integer, intent(in)  Un,
character(*), intent(in)  ReFmt,
character(*), intent(in), optional  MatName 
)

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

◆ wrmatrix1r8()

subroutine nwtc_io::wrmatrix::wrmatrix1r8 ( real(r8ki), dimension(:), intent(in)  A,
integer, intent(in)  Un,
character(*), intent(in)  ReFmt,
character(*), intent(in), optional  MatName 
)

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

◆ wrmatrix2r16()

subroutine nwtc_io::wrmatrix::wrmatrix2r16 ( real(quki), dimension(:,:), intent(in)  A,
integer, intent(in)  Un,
character(*), intent(in)  ReFmt,
character(*), intent(in), optional  MatName 
)

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

◆ wrmatrix2r4()

subroutine nwtc_io::wrmatrix::wrmatrix2r4 ( real(siki), dimension(:,:), intent(in)  A,
integer, intent(in)  Un,
character(*), intent(in)  ReFmt,
character(*), intent(in), optional  MatName 
)

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

◆ wrmatrix2r8()

subroutine nwtc_io::wrmatrix::wrmatrix2r8 ( real(r8ki), dimension(:,:), intent(in)  A,
integer, intent(in)  Un,
character(*), intent(in)  ReFmt,
character(*), intent(in), optional  MatName 
)

This routine writes all the values of a 1- or 2-dimensional array, A, of real numbers to unit Un, using ReFmt for each individual value in the array.

If MatName is present, it also preceeds the matrix with "MatName" and the number of rows (dimension 1 of A) and columns (dimension 2 of A). It is useful for debugging and/or writing summary files. Use WrMatrix (nwtc_io::wrmatrix) instead of directly calling a specific routine in the generic interface.

Parameters
[in]avector/matrix to be written
[in]unFortran unit number where matrix will be written
[in]refmtFormat for printing numbers
[in]matnamename of matrix

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