ansys.mapdl.core.Mapdl.starprint#
- Mapdl.starprint(matrix='', fname='', **kwargs)#
Prints the matrix values to a file.
Mechanical APDL Command: *PRINT
- Parameters:
Notes
Warning
This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.
Argument Descriptions
matrix : str
- Name of matrix or vector to print. Must be specified.fname : str
- File name (case-sensitive, 32-character maximum). If blank, matrix is written to the output file.
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.