During the usage of preCICE, I have observed that when calling precice_initialize() for grid partitioning, a message “{} of {} vertices of mesh {} have been filtered out since they have no influence on the mapping.” appears. I would like to know if preCICE can provide specific information about which vertices are filtered out. Does preCICE extrapolate values from the unfiltered vertices to the filtered vertices to ensure coupling?
The prompt is located in the void ReceivedPartition::createOwnerInformation() function.