Skip to content

Implement the CommonSolve interface #173

@ufechner7

Description

@ufechner7

See: https://github.com/SciML/CommonSolve.jl

  • implement struct ProblemType
  • implement struct SolverType
  • implement struct SolutionType
  • implement function init()
  • implement function solve!()
  • implement function solve()
solve(args...; kwargs...) = solve!(init(args...; kwargs...))
init(::ProblemType, args...; kwargs...)::SolverType
solve!(::SolverType)::SolutionType

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions