From 46a59e6159158afad707e50a86156cb347ae6277 Mon Sep 17 00:00:00 2001 From: Qingyu Qu <2283984853@qq.com> Date: Mon, 16 Dec 2024 22:14:56 +0800 Subject: [PATCH] Fix incorrect import in MIRKN --- .../src/BoundaryValueDiffEqMIRKN.jl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/BoundaryValueDiffEqMIRKN/src/BoundaryValueDiffEqMIRKN.jl b/lib/BoundaryValueDiffEqMIRKN/src/BoundaryValueDiffEqMIRKN.jl index 3399f7a6..aec4d55f 100644 --- a/lib/BoundaryValueDiffEqMIRKN/src/BoundaryValueDiffEqMIRKN.jl +++ b/lib/BoundaryValueDiffEqMIRKN/src/BoundaryValueDiffEqMIRKN.jl @@ -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