Skip to content

BVP Solvers do not accept certain MTK kwargs (:jac, etc.) #265

@vyudu

Description

@vyudu

With codegen to BVProblem being added to MTK soon it'd be nice if the BVP solvers could work with the Jacobian, W matrix, etc. that can be generated from it. Currently doing something like

bvp = SciMLBase.BVProblem(lksys, u0map, tspan; guesses, constraints, jac = true)
solve(bvp, MIRK4(), dt = 0.01)

will result in a Unrecognized keyword arguments: [:jac]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions