Skip to content

Commit

Permalink
Use NonlinearSolve subpackages in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Nov 8, 2024
1 parent 84d23df commit cfe3345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmark/simple_pendulum.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module SimplePendulumBenchmark

using BoundaryValueDiffEq, OrdinaryDiffEq
using BoundaryValueDiffEq, OrdinaryDiffEq, NonlinearSolveFirstOrder

const tspan = (0.0, π / 2)

Expand Down
6 changes: 3 additions & 3 deletions ext/BoundaryValueDiffEqODEInterfaceExt.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module BoundaryValueDiffEqODEInterfaceExt

using BoundaryValueDiffEq, BoundaryValueDiffEqCore, SciMLBase, ODEInterface,
RecursiveArrayTools, ConcreteStructs, Setfield, PreallocationTools
using BoundaryValueDiffEqCore, SciMLBase, ODEInterface, RecursiveArrayTools,
ConcreteStructs, Setfield, PreallocationTools

import BoundaryValueDiffEq: BVPM2, BVPSOL, COLNEW
using BoundaryValueDiffEq: BVPM2, BVPSOL, COLNEW
import BoundaryValueDiffEqCore: BoundaryValueDiffEqAlgorithm, __extract_u0,
__initial_guess_length, __extract_mesh,
__flatten_initial_guess, __get_bcresid_prototype,
Expand Down

0 comments on commit cfe3345

Please sign in to comment.