Added possibility to communicate values from perforations below.

This commit is contained in:
Markus Blatt
2020-12-08 19:02:33 +01:00
parent 3c66b729e1
commit 35218bf042
4 changed files with 147 additions and 55 deletions

View File

@@ -467,7 +467,7 @@ namespace Opm {
// Clear the communication data structures for above values.
for(auto&& pinfo : local_parallel_well_info_)
{
pinfo->clearCommunicateAbove();
pinfo->clearCommunicateAboveBelow();
}
}