Skip to content

Commit

Permalink
Fix some incorrect utils in MIRKN
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Dec 24, 2024
1 parent 162d14b commit 2f06695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BoundaryValueDiffEqCore/src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function eval_bc_residual!(resid, ::StandardBVProblem, bc!::BC, sol, p, t) where
end

function eval_bc_residual!(
resid, ::StandardSecondOrderBVProblem, bc!::BC, soly, dsol, p, mesh) where {BC}
resid, ::StandardSecondOrderBVProblem, bc!::BC, sol, dsol, p, mesh) where {BC}
M = length(sol[1])
res_bc = vcat(resid[1], resid[2])
bc!(res_bc, dsol, sol, p, mesh)
Expand Down

0 comments on commit 2f06695

Please sign in to comment.