exanauts / ExaPF.jl

A Power Flow Solver for GPUs in Julia
MIT License
58 stars 5 forks source link

Switch default linear solvers and remove some #286

Open michel2323 opened 7 months ago

michel2323 commented 7 months ago

We should use as the default linear solver KLU and CUSOLVERRF (CUDA) as @frapac has shown these are the fastest for CPU and CUDA. We should maybe also remove the handwritten BICGSTABs. Block-GMRES should also be moved out to Krylov.jl.