The OdbNumericalProblemSummary object stores the numerical problem summary of a job.
import visualization session.odbData[name].diagnosticData.numericalProblemSummary
The OdbNumericalProblemSummary object has the following members:
A boolean specifying whether negative eigenvalues converged during the analysis. This attribute is read-only.
A boolean specifying whether numerical singularities converged during the analysis. This attribute is read-only.
A boolean specifying whether pivot points converged during the analysis. This attribute is read-only.
An int specifying the number of zero pivots. This attribute is read-only.
An int specifying the number of numerical singularities. This attribute is read-only.
An int specifying the number of negative eigenvalues. This attribute is read-only.