Templates in C++: Boost your CFD solver performance

Templates are one of the most powerful features of C++, which allow you to retain the type-safeness of the language while increasing your speed significantly. In this article, we will look into what they are, but also, why common examples used to explain templates don’t really do them justice. We will compare templates against class …

Templates in C++: Boost your CFD solver performance Read More »