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.
2 parents 7db90c8 + cb3e660 commit 501f310Copy full SHA for 501f310
docs/src/basics/solution.md
@@ -20,7 +20,7 @@ derivative at each timestep `du` or the spatial discretization `x`, `y`, etc.
20
21
!!! note
22
23
- In 2023 the linear indexing `sol[i]`` was deprecated. It previously had the behavior that
+ In 2023 the linear indexing `sol[i]` was deprecated. It previously had the behavior that
24
`sol[i] = sol.u[i]`. However, this is incompatible with standard `AbstractArray` interfaces,
25
Since if `A = VectorOfArray([[1,2],[3,4]])` and `A` is supposed to act like `[1 3; 2 4]`,
26
then there is a difference `A[1] = [1,2]` for the VectorOfArray while `A[1] = 1` for the
0 commit comments