exception pyfemtet.opt.exceptions.ExceptionDuringOptimization[source]

Bases: Exception

exception pyfemtet.opt.exceptions.FEMError[source]

Bases: Exception

exception pyfemtet.opt.exceptions.HardConstraintViolation[source]

Bases: ExceptionDuringOptimization

exception pyfemtet.opt.exceptions.InterruptOptimization[source]

Bases: ExceptionDuringOptimization

exception pyfemtet.opt.exceptions.MeshError[source]

Bases: FEMError, _HiddenConstraintViolation

exception pyfemtet.opt.exceptions.ModelError[source]

Bases: FEMError, _HiddenConstraintViolation

exception pyfemtet.opt.exceptions.PostProcessError[source]

Bases: FEMError, _HiddenConstraintViolation

exception pyfemtet.opt.exceptions.SkipSolve[source]

Bases: ExceptionDuringOptimization

exception pyfemtet.opt.exceptions.SolveError[source]

Bases: FEMError, _HiddenConstraintViolation

pyfemtet.opt.exceptions.show_experimental_warning(feature_name, logger=None)[source]