ansys.mapdl.core.Mapdl.ernorm#
- Mapdl.ernorm(key='', **kwargs)#
Controls error estimation calculations.
Mechanical APDL Command: ERNORM
Command default:
Error estimation calculations are performed by default unless PowerGraphics is enabled ( graphics,POWER).
- Parameters:
- key
str
Control key:
ON
- Perform error estimation (default). This option is not valid for PowerGraphics.OFF
- Do not perform error estimation.
- key
Notes
Especially for thermal analyses, program speed increases if error estimation is suppressed. Therefore, it might be desirable to use error estimation only when needed. The value of the ernorm key is not saved on
file.db
. Consequently, you need to reissue the ernorm key after a resume if you wish to deactivate error estimation again.