How to write a CFD library: Compiling and testing
In this article, we have a bit of ground to cover. We will look at how we can take the library code that we developed over the last few articles and turn it into either a static, dynamic, or header-only library. While static and dynamic libraries only differ in the compilation process, we have to …
How to write a CFD library: Compiling and testing Read More »