Struct to hold the patch index and the initialisation flag for the patch schedule. More...
#include <lduSchedule.H>
Public Member Functions | |
| void | setInitEvaluate (const label patchi) noexcept |
| Define patch for initEvaluate(). | |
| void | setEvaluate (const label patchi) noexcept |
| Define patch for evaluate(). | |
Public Attributes | |
| label | patch |
| bool | init |
Friends | |
| bool | operator!= (const lduScheduleEntry &, const lduScheduleEntry &) |
| Always unequal: each entry is supposed to be unique! | |
| Ostream & | operator<< (Ostream &os, const lduScheduleEntry &lb) |
Struct to hold the patch index and the initialisation flag for the patch schedule.
Definition at line 53 of file lduSchedule.H.
|
inlinenoexcept |
Define patch for initEvaluate().
Definition at line 61 of file lduSchedule.H.
|
inlinenoexcept |
Define patch for evaluate().
Definition at line 70 of file lduSchedule.H.
|
friend |
Always unequal: each entry is supposed to be unique!
Definition at line 79 of file lduSchedule.H.
|
friend |
Definition at line 84 of file lduSchedule.H.
References init, os(), patch, and token::SPACE.
| label patch |
Definition at line 55 of file lduSchedule.H.
Referenced by operator<<, setEvaluate(), and setInitEvaluate().
| bool init |
Definition at line 56 of file lduSchedule.H.
Referenced by operator<<, setEvaluate(), and setInitEvaluate().