Struct to hold the patch index and the initialisation flag for the patch schedule. More...
#include <OpenFOAM/lduSchedule.H>
Struct to hold the patch index and the initialisation flag for the patch schedule.
Definition at line 53 of file lduSchedule.H.
Public Attributes | |
label | patch |
bool | init |
Friends | |
bool | operator!= (const lduScheduleEntry &lb1, const lduScheduleEntry &lb2) |
Ostream & | operator<< (Ostream &os, const lduScheduleEntry &lb) |
bool operator!= | ( | const lduScheduleEntry & | lb1, |
const lduScheduleEntry & | lb2 | ||
) | [friend]
|
Definition at line 59 of file lduSchedule.H.
Ostream& operator<< | ( | Ostream & | os, |
const lduScheduleEntry & | lb | ||
) | [friend]
|
Definition at line 67 of file lduSchedule.H.
label patch |
Definition at line 55 of file lduSchedule.H.
Referenced by Foam::operator<<().
bool init |
Definition at line 56 of file lduSchedule.H.
Referenced by Foam::operator<<().