We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006cd55 commit 6729ec6Copy full SHA for 6729ec6
test/test_unit.jl
@@ -2817,7 +2817,7 @@ end
2817
# https://docs.sciml.ai/DiffEqDocs/stable/types/split_ode_types/#SciMLBase.SplitFunction
2818
# Although we do sparsity detection on the entire RHS (since semi_jac_type depends on both equations and
2819
# equations_parabolic), this is equivalent to doing sparsity detection on the diffusion problem alone
2820
- # (see next 2 sections for a demonstration of this)
+ # (see next test for a validation of this)
2821
2822
# Wrap the `Trixi.rhs_parabolic!` function to match the signature `f!(du, u)`, see
2823
# https://adrianhill.de/SparseConnectivityTracer.jl/stable/user/api/#ADTypes.jacobian_sparsity
0 commit comments