The ErrorIndicatorResult object contains result information corresponding to an error indicator variable in a RemeshingRule object for an adaptivity iteration.
import job mdb.adaptivityProcesses[name].iterations[i].ruleResults[name]\ .indicatorResults[name]
This method creates an ErrorIndicatorResult with data for an error indicator variable in a RemeshingRule for a given adaptivity iteration.
mdb.adaptivityProcesses[name].iterations[i].ruleResults[name]\ .ErrorIndicatorResult
Required arguments
A String specifying the name of the error indicator variable to which these results correspond.
A String-to-Float Dictionary specifying the calculated results from the sizing function corresponding to the error indicator variable represented by this ErrorIndicatorResult.
Optional arguments
Return value
An ErrorIndicatorResult object.
Exceptions
AbaqusException.
The ErrorIndicatorResult object has members with the same names and descriptions as the arguments to the ErrorIndicatorResult method.