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 a0dd726 commit cf39fc8Copy full SHA for cf39fc8
lib/BoundaryValueDiffEqFIRK/src/collocation.jl
@@ -86,7 +86,7 @@ function FIRK_nlsolve!(res, K, p_nlsolve, f!, TU::FIRKTableau{true}, p_f!)
86
tmp1 = similar(K, T, size(K, 1))
87
88
for r in 1:s
89
- @. tmp1 = yᵢ
+ @. tmp1 = T.(yᵢ)
90
__maybe_matmul!(tmp1, K, a[:, r], h, T(1))
91
92
f!(@view(res[:, r]), tmp1, p_f!, mesh_i + c[r] * h)
0 commit comments