KVSlab / VaMPy

A collection of tools for pre-processing, simulating, and post-processing vascular morphologies.
https://kvslab.github.io/VaMPy
GNU General Public License v3.0
15 stars 8 forks source link

modify write_mesh function #119

Closed keiyamamo closed 1 year ago

keiyamamo commented 1 year ago

This change is to make sure that the domain marker is correctly passed from .vtu to .xml, which is necessary for FSI simulation.

codecov-commenter commented 1 year ago

Codecov Report

Merging #119 (b2b001e) into master (91605ba) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   95.52%   95.52%           
=======================================
  Files           5        5           
  Lines         201      201           
=======================================
  Hits          192      192           
  Misses          9        9           
hkjeldsberg commented 1 year ago

This change is to make sure that the domain marker is correctly passed from .vtu to .xml, which is necessary for FSI simulation.

Looks good!