Loading...
Searching...
No Matches
parFaFieldDistributorCache Class Reference

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)

Detailed Description

Simple container to manage read/write, redistribute finiteArea fields.

Source files

Definition at line 50 of file parFaFieldDistributorCache.H.

Constructor & Destructor Documentation

◆ parFaFieldDistributorCache() [1/2]

parFaFieldDistributorCache ( const parFaFieldDistributorCache & )
delete

No copy construct.

References parFaFieldDistributorCache().

Referenced by operator=(), and parFaFieldDistributorCache().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ parFaFieldDistributorCache() [2/2]

parFaFieldDistributorCache ( )
default

Default construct.

Member Function Documentation

◆ operator=()

void operator= ( const parFaFieldDistributorCache & )
delete

No copy assignment.

References parFaFieldDistributorCache().

Here is the call graph for this function:

◆ read() [1/2]

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.

Parameters
decomposeread from undecomposed case?
areaMeshOnProcExistence of the processor-local mesh (bitset)

References mesh.

◆ read() [2/2]

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.

Parameters
decomposeread from undecomposed case?
areaMeshOnProcExistence of the processor-local mesh (bool list)

References mesh.

◆ redistributeAndWrite()

void redistributeAndWrite ( const faMeshDistributor & distributor,
const bool isWriteProc )

The documentation for this class was generated from the following file: