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... | |
Definition at line 231 of file pointFieldDecomposer.H.
| fieldsCache | ( | ) |
Default construct.
| ~fieldsCache | ( | ) |
Destructor.
|
noexcept |
No fields.
|
noexcept |
Total number of fields.
| void clear | ( | ) |
Clear out.
| void readAllFields | ( | const pointMesh & | mesh, |
| const IOobjectList & | objects | ||
| ) |
Read all fields given mesh and objects.
| void decomposeAllFields | ( | const pointFieldDecomposer & | decomposer, |
| bool | report = false |
||
| ) | const |
Decompose and write all fields.