lduScheduleEntry Class Reference

Struct to hold the patch index and the initialisation flag for the patch schedule. More...

Public Member Functions

void setInitEvaluate (const label patchi) noexcept
 Define patch for initEvaluate() More...
 
void setEvaluate (const label patchi) noexcept
 Define patch for evaluate() More...
 

Public Attributes

label patch
 
bool init
 

Friends

bool operator!= (const lduScheduleEntry &, const lduScheduleEntry &)
 Always unequal: each entry is supposed to be unique! More...
 
Ostreamoperator<< (Ostream &os, const lduScheduleEntry &lb)
 

Detailed Description

Struct to hold the patch index and the initialisation flag for the patch schedule.

Definition at line 57 of file lduSchedule.H.

Member Function Documentation

◆ setInitEvaluate()

void setInitEvaluate ( const label  patchi)
inlinenoexcept

Define patch for initEvaluate()

Definition at line 63 of file lduSchedule.H.

References lduScheduleEntry::init, and lduScheduleEntry::patch.

◆ setEvaluate()

void setEvaluate ( const label  patchi)
inlinenoexcept

Define patch for evaluate()

Definition at line 70 of file lduSchedule.H.

References lduScheduleEntry::init, and lduScheduleEntry::patch.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const lduScheduleEntry ,
const lduScheduleEntry  
)
friend

Always unequal: each entry is supposed to be unique!

Definition at line 77 of file lduSchedule.H.

◆ operator<<

Ostream & operator<< ( Ostream os,
const lduScheduleEntry lb 
)
friend

Definition at line 82 of file lduSchedule.H.

Member Data Documentation

◆ patch

label patch

◆ init


The documentation for this class was generated from the following file: