@@ -177,9 +177,10 @@ function init_nested(prob::BVProblem, alg::AbstractFIRK; dt = 0.0, abstol = 1e-6
177177 end
178178
179179 return FIRKCacheNested {iip, T, typeof(diffcache)} (
180- alg_order (alg), stage, M, size (X), f, bc, prob_, prob. problem_type, prob. p, alg,
181- TU, ITU, bcresid_prototype, mesh, mesh_dt, k_discrete, y, y₀, residual, fᵢ_cache,
182- fᵢ₂_cache, defect, nestprob, resid₁_size, (; abstol, dt, adaptive, controller, kwargs... ))
180+ alg_order (alg), stage, M, size (X), f, bc, prob_, prob. problem_type,
181+ prob. p, alg, TU, ITU, bcresid_prototype, mesh, mesh_dt,
182+ k_discrete, y, y₀, residual, fᵢ_cache, fᵢ₂_cache, defect, nestprob,
183+ resid₁_size, (; abstol, dt, adaptive, controller, kwargs... ))
183184end
184185
185186function init_expanded (prob:: BVProblem , alg:: AbstractFIRK ; dt = 0.0 , abstol = 1e-6 ,
@@ -259,9 +260,9 @@ function init_expanded(prob::BVProblem, alg::AbstractFIRK; dt = 0.0, abstol = 1e
259260 prob_ = ! (prob. u0 isa AbstractArray) ? remake (prob; u0 = X) : prob
260261
261262 return FIRKCacheExpand {iip, T, typeof(diffcache)} (
262- alg_order (alg), stage, M, size (X), f, bc, prob_, prob. problem_type, prob. p,
263- alg, TU, ITU, bcresid_prototype, mesh, mesh_dt, k_discrete, y, y₀, residual,
264- fᵢ_cache, fᵢ₂_cache, defect, resid₁_size, (; abstol, dt, adaptive, controller, kwargs... ))
263+ alg_order (alg), stage, M, size (X), f, bc, prob_, prob. problem_type, prob. p, alg,
264+ TU, ITU, bcresid_prototype, mesh, mesh_dt, k_discrete, y, y₀, residual, fᵢ_cache ,
265+ fᵢ₂_cache, defect, resid₁_size, (; abstol, dt, adaptive, controller, kwargs... ))
265266end
266267
267268"""
0 commit comments