mdolab / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve testing coverage

eirikurj opened this issue · comments

We need to improve testing coverage, both in terms of unit and regression tests. Currently, we only run regression tests using the examples found in the examples directory. Furthermore, these test are limited in scope as they only cover block size and topology. Changes in BCs and coordinates are not captured in the current tests.

Changes in BCs and coordinates are now captured now that we use cgnsdiff (#54)