mapsolve#

Mapdl.mapsolve(maxsbstep='', **kwargs)[source]#

Maps solved node and element solutions from an original mesh to a new

APDL Command: MAPSOLVE mesh.

Parameters:
maxsbstep

The maximum number of substeps for rebalancing the residuals. The default value is 5.

Notes

Used during the rezoning process, the MAPSOLVE command maps solved node and element solutions from the original mesh to the new mesh and achieves equilibrium based on the new mesh.

Additional substeps are necessary to reduce the residuals to zero.

During the rebalancing stage, the external loads and time remain unchanged.

The MAPSOLVE command is valid only for rezoning (REZONE).

Distributed ANSYS Restriction: This command is not supported in Distributed ANSYS.