Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 232 Bytes

BlockPowerFlow

Prototype code to solve powerflow's linear system with multiple right-hand side on the GPU.

Currently, BlockPowerFlow implements:

  • A block-BICGSTAB algorithm
  • A block-GMRES algorithm
  • A wrapper to CUSOLVERRF