diff --git a/exponax/stepper/_kuramoto_sivashinsky.py b/exponax/stepper/_kuramoto_sivashinsky.py index 7acabbf..b4f84c4 100644 --- a/exponax/stepper/_kuramoto_sivashinsky.py +++ b/exponax/stepper/_kuramoto_sivashinsky.py @@ -190,7 +190,7 @@ def __init__( second_order_diffusivity: float = 1.0, fourth_order_diffusivity: float = 1.0, single_channel: bool = False, - conservative: bool = False, + conservative: bool = True, dealiasing_fraction: float = 2 / 3, order: int = 2, num_circle_points: int = 16,