drwells / fiddle

4 stars 3 forks source link

Fix a performance bug in PointValues. #217

Closed drwells closed 9 months ago

drwells commented 9 months ago

Fixes https://github.com/IBAMR/fch-deal/issues/135.

The call to VectorTools::point_values() with a mapping argument reinitializes the remote point evaluation object which is very expensive (something like 1/3rd the runtime of the heart model).