ENH: fileHandler support for faMeshDistributor and field distributors

- fatten the interface to continue allowing write control with a bool
  or with a dedicated file handler. This may slim down in the future.

Co-authored-by: mattijs <mattijs>
This commit is contained in:
Mark Olesen
2023-05-23 11:13:26 +02:00
parent d34dfbe0b7
commit 8a060e87cb
10 changed files with 352 additions and 49 deletions

View File

@ -2622,7 +2622,8 @@ int main(int argc, char *argv[])
(
areaMeshPtr(), // source
areaProcMeshPtr(), // target
faDistMap
faDistMap,
true // isWriteProc (unused)
);
areaFields.redistributeAndWrite(distributor, true);