chengcli / canoe

Comprehensive Atmosphere N' Ocean Engine
14 stars 16 forks source link

Update on coordinate transform between cubed sphere panels #138

Closed jeffyujianfu closed 7 months ago

jeffyujianfu commented 7 months ago

summary -add vs_velocity_rotation.hpp Defined transformation of velocity from panel 1 into neighboring panels and back. -add test_vs_velocity_rotation.cpp Test cases for the transformation, ensure that all inverses are valid.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.14%. Comparing base (dccef2f) to head (c5ca89a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ========================================== + Coverage 99.10% 99.14% +0.03% ========================================== Files 32 33 +1 Lines 1456 1515 +59 ========================================== + Hits 1443 1502 +59 Misses 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

chengcli commented 7 months ago

OK to merge PR.