Skip to content

Commit

Permalink
Fix incorrect import in MIRKN
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Dec 16, 2024
1 parent d766831 commit 46a59e6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lib/BoundaryValueDiffEqMIRKN/src/BoundaryValueDiffEqMIRKN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ import BoundaryValueDiffEqCore: BoundaryValueDiffEqAlgorithm, BVPJacobianAlgorit
eval_bc_residual!, get_tmp, __maybe_matmul!, EvalSol,
__append_similar!, __extract_problem_details,
__initial_guess, __maybe_allocate_diffcache,
__get_bcresid_prototype, __similar, __vec, __vec_f,
__vec_f!, __vec_bc, __vec_bc!, recursive_flatten_twopoint!,
__internal_nlsolve_problem, __extract_mesh, __extract_u0,
__has_initial_guess, __initial_guess_length,
__initial_guess_on_mesh, __flatten_initial_guess,
__build_solution, __Fix3, __sparse_jacobian_cache,
__sparsity_detection_alg, _sparse_like, ColoredMatrix,
__default_sparse_ad, __default_nonsparse_ad
__restructure_sol, __get_bcresid_prototype, __similar,
__vec, __vec_f, __vec_f!, __vec_bc, __vec_bc!,
recursive_flatten_twopoint!, __internal_nlsolve_problem,
__extract_mesh, __extract_u0, __has_initial_guess,
__initial_guess_length, __initial_guess_on_mesh,
__flatten_initial_guess, __build_solution, __Fix3,
__sparse_jacobian_cache, __sparsity_detection_alg,
_sparse_like, ColoredMatrix, __default_sparse_ad,
__default_nonsparse_ad

import ADTypes: AbstractADType
import ArrayInterface: matrix_colors, parameterless_type, undefmatrix, fast_scalar_indexing
Expand Down

0 comments on commit 46a59e6

Please sign in to comment.