Simple container to manage read/write, redistribute finiteArea fields. More...
#include <parFaFieldDistributorCache.H>
Public Member Functions | |
| parFaFieldDistributorCache (const parFaFieldDistributorCache &)=delete | |
| No copy construct. | |
| void | operator= (const parFaFieldDistributorCache &)=delete |
| No copy assignment. | |
| parFaFieldDistributorCache ()=default | |
| Default construct. | |
| void | read (const Time &baseRunTime, const fileName &proc0CaseName, const bool decompose, const bitSet &areaMeshOnProc, refPtr< fileOperation > &readHandler, const fileName &areaMeshInstance, faMesh &mesh) |
| Read distributed fields. | |
| void | read (const Time &baseRunTime, const fileName &proc0CaseName, const bool decompose, const boolUList &areaMeshOnProc, refPtr< fileOperation > &readHandler, const fileName &areaMeshInstance, faMesh &mesh) |
| Read distributed fields. | |
| 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.
References parFaFieldDistributorCache().
Referenced by operator=(), and parFaFieldDistributorCache().


|
default |
Default construct.
|
delete |
No copy assignment.
References parFaFieldDistributorCache().

| void read | ( | const Time & | baseRunTime, |
| const fileName & | proc0CaseName, | ||
| const bool | decompose, | ||
| const bitSet & | areaMeshOnProc, | ||
| refPtr< fileOperation > & | readHandler, | ||
| const fileName & | areaMeshInstance, | ||
| faMesh & | mesh ) |
Read distributed fields.
| decompose | read from undecomposed case? |
| areaMeshOnProc | Existence of the processor-local mesh (bitset) |
References mesh.
| void read | ( | const Time & | baseRunTime, |
| const fileName & | proc0CaseName, | ||
| const bool | decompose, | ||
| const boolUList & | areaMeshOnProc, | ||
| refPtr< fileOperation > & | readHandler, | ||
| const fileName & | areaMeshInstance, | ||
| faMesh & | mesh ) |
Read distributed fields.
| decompose | read from undecomposed case? |
| areaMeshOnProc | Existence of the processor-local mesh (bool list) |
References mesh.
| void redistributeAndWrite | ( | const faMeshDistributor & | distributor, |
| const bool | isWriteProc ) |