SimVascular / svOneDSolver

A C++ solver for blood flow and pressure in deformable 1D hemodynamic networks
Other
16 stars 19 forks source link

For the future: File I/O #24

Closed caseyfleeter closed 4 years ago

caseyfleeter commented 6 years ago

Can we make this more efficient? Writing out the data seems to be a bottleneck in the code runtime. This is NOT critical for release of the code.

Additionally, the VTK outputs could be converted from Ascii to Binary to produce smaller output files.

caseyfleeter commented 4 years ago

Moved to #58