pointFieldDecomposer::fieldsCache Class Reference

Public Member Functions

 fieldsCache ()
 Default construct. More...
 
 ~fieldsCache ()
 Destructor. More...
 
bool empty () const noexcept
 No fields. More...
 
label size () const noexcept
 Total number of fields. More...
 
void clear ()
 Clear out. More...
 
void readAllFields (const pointMesh &mesh, const IOobjectList &objects)
 Read all fields given mesh and objects. More...
 
void decomposeAllFields (const pointFieldDecomposer &decomposer, bool report=false) const
 Decompose and write all fields. More...
 

Detailed Description

Definition at line 231 of file pointFieldDecomposer.H.

Constructor & Destructor Documentation

◆ fieldsCache()

Default construct.

◆ ~fieldsCache()

Destructor.

Member Function Documentation

◆ empty()

bool empty ( ) const
noexcept

No fields.

◆ size()

label size ( ) const
noexcept

Total number of fields.

◆ clear()

void clear ( )

Clear out.

◆ readAllFields()

void readAllFields ( const pointMesh mesh,
const IOobjectList objects 
)

Read all fields given mesh and objects.

◆ decomposeAllFields()

void decomposeAllFields ( const pointFieldDecomposer decomposer,
bool  report = false 
) const

Decompose and write all fields.


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