We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
third = true
1 parent 8399661 commit b7ac9b3Copy full SHA for b7ac9b3
examples/kdv_1d/kdv_1d_wide_stencil.jl
@@ -21,7 +21,7 @@ mesh = Mesh1D(coordinates_min, coordinates_max, N)
21
# This can be improved by increasing N, which in fact leads to it being slower again.
22
# TODO: This text maybe in the docs somewhere?
23
accuracy_order = 4
24
-solver = Solver(mesh, accuracy_order; third = true)
+solver = Solver(mesh, accuracy_order)
25
26
semi = Semidiscretization(mesh, equations, initial_condition, solver,
27
boundary_conditions = boundary_conditions)
0 commit comments