Skip to content

Commit

Permalink
Add to builtin tests for the the general steppers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Mar 14, 2024
1 parent dfa274f commit 3660d40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_builtin_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ def test_instantiate():
ex.stepper.KuramotoSivashinsky,
ex.stepper.KuramotoSivashinskyConservative,
ex.stepper.KortewegDeVries,
ex.stepper.GeneralConvectionStepper,
ex.stepper.GeneralGradientNormStepper,
ex.stepper.GeneralLinearStepper,
ex.stepper.GeneralNonlinearStepper,
ex.stepper.GeneralPolynomialStepper,
]:
simulator(num_spatial_dims, domain_extent, num_points, dt)

Expand Down Expand Up @@ -50,6 +55,7 @@ def test_instantiate():
ex.normalized.NormalizedConvectionStepper,
ex.normalized.NormalizedGradientNormStepper,
ex.normalized.NormalizedPolynomialStepper,
ex.normalized.NormlizedGeneralNonlinearStepper,
]:
normalized_simulator(num_spatial_dims, num_points)

Expand Down

0 comments on commit 3660d40

Please sign in to comment.