Inheritance diagram for boundaryFieldList< T, MemorySpace >:
Collaboration diagram for boundaryFieldList< T, MemorySpace >:Public Types | |
| using | BoundaryFieldType = boundaryField< T, MemorySpace > |
| using | InternalFieldType = typename BoundaryFieldType::InternalFieldType |
Public Member Functions | |
| boundaryFieldList (const boundaryList &boundaries, InternalFieldType &internal) | |
| void | updateBoundaries (uint32 iter, DataDirection direction) |
| void | fill (const T &val) |
| bool | slaveToMasterUpdateRequested () const |
Protected Attributes | |
| const boundaryList & | boundaries_ |
| uint32 | slaveToMasterUpdateIter_ = static_cast<uint32>(-1) |
Definition at line 32 of file boundaryField.hpp.
| using BoundaryFieldType = boundaryField<T, MemorySpace> |
Definition at line 38 of file boundaryFieldList.hpp.
| using InternalFieldType = typename BoundaryFieldType::InternalFieldType |
Definition at line 40 of file boundaryFieldList.hpp.
|
inline |
Definition at line 51 of file boundaryFieldList.hpp.
|
inline |
Definition at line 66 of file boundaryFieldList.hpp.
Referenced by pointField< pFlow::VectorSingle, pFlow::AB3History >::updateBoundaries().
Here is the caller graph for this function:
|
inline |
Definition at line 97 of file boundaryFieldList.hpp.
Referenced by pointField< pFlow::VectorSingle, pFlow::AB3History >::fill().
Here is the caller graph for this function:
|
inline |
Definition at line 105 of file boundaryFieldList.hpp.
Referenced by pointField< pFlow::VectorSingle, pFlow::AB3History >::updateBoundariesSlaveToMasterIfRequested().
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file boundaryFieldList.hpp.
Referenced by boundaryFieldList< VectorField, realx3, void >::boundaryFieldList().
Definition at line 47 of file boundaryFieldList.hpp.
Referenced by boundaryFieldList< VectorField, realx3, void >::slaveToMasterUpdateRequested(), and boundaryFieldList< VectorField, realx3, void >::updateBoundaries().