mesh

How To Test A CGNS-based Mesh Reading Library Using gtest

In this article, we extend our knowledge on how to integrate gtest into our mesh reading library using the CGNS data format for structured and unstructured grids that we developed in a previous series. We will rewrite the unit tests that we have already written using our own primitive testing framework and highlight how gtest …

How To Test A CGNS-based Mesh Reading Library Using gtest Read More »

How to read a multi-block unstructured mesh from a CGNS file

In this article, we continue developing our CGNS mesh reader library and implement the unstructured mesh reading class to complement our structured mesh reading class developed in the previous article. There are a few similarities between reading a structured and unstructured grid, and where that is the case, I will go through the code a …

How to read a multi-block unstructured mesh from a CGNS file Read More »