modification for coupling, data transfer

This commit is contained in:
hamidrezanorouzi
2023-01-02 14:31:40 +03:30
parent 7e858a116f
commit fef0c4fe96
14 changed files with 499 additions and 67 deletions

View File

@ -83,7 +83,10 @@ public:
);
}
bool changeDomainsSize(const std::vector<box>& domains);
bool changeDomainsSize(
real extentFraction,
real maxBoundingBoxSize,
const std::vector<box>& domains);
//template<typename includeMask>