cf.Domain.equivalent¶
-
Domain.
equivalent
(other, rtol=None, atol=None, traceback=False)[source]¶ True if and only if two domains are logically equivalent.
Parameters: - other :
The object to compare for equivalence.
- atol : float, optional
The absolute tolerance for all numerical comparisons, By default the value returned by the
ATOL
function is used.- rtol : float, optional
The relative tolerance for all numerical comparisons, By default the value returned by the
RTOL
function is used.- traceback : bool, optional
If True then print a traceback highlighting where the two objects differ.
Returns: - out : bool
Whether or not the two objects are equivalent.