Skip to content

Commit

Permalink
Conservative KS should use conservative convection
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Oct 22, 2024
1 parent 3a17946 commit e1ddb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponax/stepper/_kuramoto_sivashinsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e1ddb78

Please sign in to comment.