16 skills found
bifurcationkit / BifurcationKit.jlA Julia package to perform Bifurcation Analysis
SciML / NonlinearSolve.jlHigh-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
SciML / LinearSolve.jlLinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
apwillis1 / JFNK HookstepJacobian-Free Newton-Krylov solver with Hookstep-trust-region approach
nekStab / NekStabMatrix-free stability, bifurcation, and sensitivity analysis for incompressible flows using Nek5000
nncarlson / NkaNonlinear Krylov acceleration of fixed-point and Newton-like methods
haranjackson / NewtonKrylovThe Newton-Krylov algorithm (C++ with Python bindings): multivariate root-finding for large-scale nonlinear problems
EmoryMLIP / PNKH BMATLAB Implementation of our Projected Newton-Krylov Method for Bound-Constrained Optimization
aladshaw3 / Pjfnk MatlabThis repository is for an implementation of the Preconditioned Jacobian-Free Newton-Krylov method in Matlab
cheshirepezz / IPiC2DCollection of fully implicit PiC model in 2D on a Yee lattice, using Newton-Krylov non-linear solver
nla-group / PdeoptimSpectral-in-time Newton-Krylov solver for nonlinear PDE-constrained optimization
namdi / JFNK IntegratorThis contains code for a group of numerical integrators for time-dependent differential equations. They include the backward (implicit) Euler method, Spectral Deferred Corrections (SDC) method, and a Jacobian-Free Newton Krylov (JFNK) method designed to accelerate the convergence of SDC for stiff systems.
tobydriscoll / Schwarz Newton KrylovDemo of the Schwarz-Newton-Krylov domain decomposition method
xenosim-erc / Paper Higher Order Newton Krylov Solid MechanicsThis repository contains a draft paper describing a higher-order (greater than 2nd order) cell-centred finite volume method for linear and nonlinear solid mechanics, where a Newton-Krylov solution procedure is used.
wbinventor / 18.335 Final ProjectA Jacobian Free Newton Krylov solver with geometric multigrid preconditioning for the 2D LRA neutron diffusion benchmark problem.
NathanaelSix / GNK For PolyCTMATLAB implementation of Gauss-Newton-Krylov for polychromatic CT reconstruction. Also includes L-BFGS and GD with Barzilai-Borwein steps as alternatives.