SimVascular / svFSI

A multi-physics finite element solver for patient-specific blood flow simulation including fluid-structure interaction and cardiac electrophysiology
Other
31 stars 48 forks source link

Bug: writing cplBC data to file #97

Closed vvedula22 closed 1 year ago

vvedula22 commented 1 year ago

When cplBC data is written to a file, the cplBC state variables (cplBC%xn) and data exchanged with the 3D model at faces (cplBC%fa%y) are all grouped in a single DO loop. However, the sizes of these vectors are different, leading to erroneous garbage output in the txt file. A simple fix is to separate these into two DO loops.