SimVascular / svZeroDSolver-Archived

A Python lumped-parameter solver for blood flow and pressure in hemodynamic networks
Other
12 stars 15 forks source link

Remove update_constant in blocks #65

Closed mrp089 closed 2 years ago

mrp089 commented 2 years ago

During the speedup in #62, most of the element setup that's neither dependent on time nor on the solution got moved into the __init__ functions of the blocks. There are a few remaining implementations of update_constant in blocks. I will move those to __init__ as well and remove the call to update_constant in time_integration.py.