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().
|
inline |
Definition at line 97 of file boundaryFieldList.hpp.
Referenced by pointField< pFlow::VectorSingle, pFlow::AB3History >::fill().
|
inline |
Definition at line 105 of file boundaryFieldList.hpp.
Referenced by pointField< pFlow::VectorSingle, pFlow::AB3History >::updateBoundariesSlaveToMasterIfRequested().
|
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().