KVSlab / VaSP

A collection of tools for pre-processing, simulating, and post-processing vascular fluid-structure-interaction problems
https://kvslab.github.io/VaSP/
GNU General Public License v3.0
9 stars 4 forks source link

make extract solid only as default #148

Closed keiyamamo closed 7 months ago

keiyamamo commented 7 months ago

Following the discussion in #145, this PR changes the default setting of vasp-create-hdf5 command. By default, it will extract the displacement from the solid domain only and the user should use --extract-entire-domain if they want to get the displacement from the entire domain.

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 74.65%. Comparing base (3654bdf) to head (9e26698).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #148 +/- ## ======================================= Coverage 74.65% 74.65% ======================================= Files 26 26 Lines 3172 3172 ======================================= Hits 2368 2368 Misses 804 804 ```

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