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 58199e2 commit 41b6f43Copy full SHA for 41b6f43
src/scicloj/cfd/data_viz/interactive_visualization.clj
@@ -14,7 +14,7 @@
14
[scicloj.kindly.v4.kind :as kind]
15
[scicloj.cfd.intro.linear-1d-convection-with-array :as lin-conv]))
16
17
-;; In my [earlier post](./scicloj/cfd/intro/linear_1d_convection_with_array.html),
+;; In my [earlier post](../intro/linear_1d_convection_with_array.html),
18
;; I demonstrated how to implement a linear fluid dynamics simulation (linear convection equation)
19
;; using primitive Java arrays in a one-dimensional setting.
20
;; The example showed how the flow velocity array gets recalculated and overwritten
0 commit comments