Simple container to manage read/write, redistribute finiteArea fields. More...
Public Member Functions | |
| parFaFieldDistributorCache (const parFaFieldDistributorCache &)=delete | |
| No copy construct. More... | |
| void | operator= (const parFaFieldDistributorCache &)=delete |
| No copy assignment. More... | |
| parFaFieldDistributorCache ()=default | |
| Default construct. More... | |
| void | read (const Time &baseRunTime, const fileName &proc0CaseName, const bool decompose, const boolList &areaMeshOnProc, refPtr< fileOperation > &readHandler, const fileName &areaMeshInstance, faMesh &mesh) |
| Read distributed fields. More... | |
| void | redistributeAndWrite (const faMeshDistributor &distributor, const bool isWriteProc) |
Simple container to manage read/write, redistribute finiteArea fields.
Definition at line 50 of file parFaFieldDistributorCache.H.
|
delete |
No copy construct.
|
default |
Default construct.
|
delete |
No copy assignment.
| void read | ( | const Time & | baseRunTime, |
| const fileName & | proc0CaseName, | ||
| const bool | decompose, | ||
| const boolList & | areaMeshOnProc, | ||
| refPtr< fileOperation > & | readHandler, | ||
| const fileName & | areaMeshInstance, | ||
| faMesh & | mesh | ||
| ) |
Read distributed fields.
| void redistributeAndWrite | ( | const faMeshDistributor & | distributor, |
| const bool | isWriteProc | ||
| ) |