optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
116 stars 34 forks source link

levelset: fix object update after partitioning #408

Closed andrea-iob closed 7 months ago

andrea-iob commented 10 months ago

Objects that use a storage with automatic synchronization cannot exchange the levelset values after a partitioning, but need to evaluate the levelset on the received cells. That's because, at the time the update takes place, the automatic synchronization has already deleted the data of the cells that have been sent.