Exceptions
Module edelweissfe.utils.exceptions
This module contains a collection of commonly used exceptions.
- exception edelweissfe.utils.exceptions.CutbackRequest(message, cutbackSize)[source]
The evaluation of the residuel fails due to a too large time increment.
- exception edelweissfe.utils.exceptions.DivergingSolution[source]
The solutions seems to be diverging within the nonlinear solving scheme.
- exception edelweissfe.utils.exceptions.ReachedMaxIncrements[source]
The maximum number of incremeents within a step as attained.
- exception edelweissfe.utils.exceptions.ReachedMaxIterations[source]
The maximum number of nonlinear iterations as attained.
- exception edelweissfe.utils.exceptions.ReachedMinIncrementSize[source]
The minimum size of a incremeent within a step as attained.