free#

Mapdl.free(name='', **kwargs)[source]#

Deletes a matrix or a solver object and frees its memory allocation.

APDL Command: *FREE

Parameters:
name

Name of the matrix or solver object to delete. Use Name = ALL to delete all APDL Math matrices and solver objects. Use Name = WRK to delete all APDL Math matrices and solver objects that belong to a given workspace.

val1

If Name = WRK, Val1 is to set the memory workspace number.

Notes

A /CLEAR command will automatically delete all the current APDL Math objects.