dedalus.tools.exceptions

Custom exception classes.

Module Contents

exception NonlinearOperatorError

Exceptions for nonlinear LHS terms.

Initialize self. See help(type(self)) for accurate signature.

exception SymbolicParsingError

Exceptions for syntactic and mathematical problems in equations.

Initialize self. See help(type(self)) for accurate signature.

exception UnsupportedEquationError

Exceptions for valid but unsupported equations.

Initialize self. See help(type(self)) for accurate signature.

exception UndefinedParityError

Exceptions for data/operations with undefined parity.

Initialize self. See help(type(self)) for accurate signature.