starprint#
- Mapdl.starprint(matrix='', fname='', **kwargs)#
Prints the matrix values to a file.
APDL Command:
*PRINT
- Parameters:
- matrix
Name of matrix or vector to print. Must be specified.
- fname
File name. If blank, matrix is written to the output file.
Notes
The matrix may be a dense matrix (
*DMAT
), a sparse matrix (*SMAT
), or a vector (*VEC
). Only the non-zero entries of the matrix are printed.