remove#

Mapdl.remove(name='', val1='', val2='', val3='', **kwargs)[source]#

Suppresses rows or columns of a dense matrix or a vector.

APDL Command: *REMOVE

Parameters:
name

Name of the matrix or vector to be revised.

val1

First row or column number to suppress if name is a dense matrix. First value index to suppress if name is a vector.

Val2

Last row or column number to suppress if name is a dense matrix. Last value index to suppress if name is a vector.

Val3

Specifies what to remove if name is a dense matrix.

  • "COL" : Remove columns of the matrix (default).

  • "ROW" : Remove rows of the matrix.

Notes

The values of the original matrix or vector specified by Name are retained. The matrix or vector is resized to the new number of rows and columns.