Manifold problem for use with BifurcationKit
MultiParamContinuation.jl
is based on newton algorithm which relies on NonlinearSolve.jl
for the implementation. One can chose to rely on BifurcationKit.jl
newton method.
This can be done by calling ManifoldProblem_BK
which has the same arguments as ManifoldProblem
.
Missing docstring for MultiParamContinuation.ManifoldProblem_BK
. Check Documenter's build log for details.