Skip to content

This code shows a parallel (GPU-computing based) implementation of the NR load flow method, including parallel formation of sparse admittance and Jacobian matrices, computation of real and reactive power equations, formation of the linear system of equations and solution of the resultant sparse linear system using a parallel implementation of an…

Notifications You must be signed in to change notification settings

danieljovan/MPhil_Parallel_CUDA_Sparse_Newton_Raphson_Power_Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPhil_Parallel_CUDA_Sparse_Newton_Raphson_Power_Flow

This code shows a parallel (GPU-computing based) implementation of the NR load flow method, including:

  • parallel formation of sparse admittance and Jacobian matrices
  • computation of real and reactive power equations
  • formation of the linear system of equations and
  • solution of the resultant sparse linear system using a parallel implementation of an iterative Krylov subspace method (Preconditioned Stabilized Bi-conjugate Gradient method)

About

This code shows a parallel (GPU-computing based) implementation of the NR load flow method, including parallel formation of sparse admittance and Jacobian matrices, computation of real and reactive power equations, formation of the linear system of equations and solution of the resultant sparse linear system using a parallel implementation of an…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published