How to write a CFD library: The Conjugate Gradient class
When it comes to Computational Fluid Dynamics (CFD) applications, the Conjugate Gradient (CG) method is one of the more used algorithms to solve the linear system of equations . It offers fast convergence, low storage requirements, and is relatively easy to implement. In this week’s article, we’ll look at how we can implement this algorithm …
How to write a CFD library: The Conjugate Gradient class Read More »