mdolab / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.
Other
45 stars 38 forks source link

Improve testing coverage #35

Open eirikurj opened 3 years ago

eirikurj commented 3 years ago

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.

sseraj commented 2 years ago

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