ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Public Attributes | List of all members
_RepetitionLevel Struct Reference
Collaboration diagram for _RepetitionLevel:
Collaboration graph
[legend]

Public Attributes

int hasBackPop
 
int active
 
DoubleChainedBlockbackPopBlock
 
int backPop
 
DoubleChainedBlockresumePointBlock
 
int resumePoint
 
DoubleChainedBlockfreePushBlock
 
int freePush
 
unsigned int storedadbitbuf
 
int storedadbitibuf
 
struct _RepetitionLevelprevious
 

Detailed Description

Structure keeping the needed info for ONE repetition level. As we can have "nested" repetition levels, these structures can be stacked.

Definition at line 34 of file adStack.c.

Member Data Documentation

◆ active

int _RepetitionLevel::active

Definition at line 36 of file adStack.c.

Referenced by checkPushInReadOnly(), and showRepetitionLevels().

◆ backPop

int _RepetitionLevel::backPop

Definition at line 38 of file adStack.c.

Referenced by showRepetitionLevels().

◆ backPopBlock

DoubleChainedBlock* _RepetitionLevel::backPopBlock

Definition at line 37 of file adStack.c.

Referenced by setBackPopToCurrentLocation(), and showRepetitionLevels().

◆ freePush

int _RepetitionLevel::freePush

Definition at line 42 of file adStack.c.

Referenced by showRepetitionLevels().

◆ freePushBlock

DoubleChainedBlock* _RepetitionLevel::freePushBlock

Definition at line 41 of file adStack.c.

Referenced by setFreePushToCurrentLocation(), and showRepetitionLevels().

◆ hasBackPop

int _RepetitionLevel::hasBackPop

Definition at line 35 of file adStack.c.

Referenced by checkPopToReadOnly(), setBackPopToCurrentLocation(), and showRepetitionLevels().

◆ previous

struct _RepetitionLevel* _RepetitionLevel::previous

Definition at line 45 of file adStack.c.

Referenced by checkPushInReadOnly(), and showRepetitionLevels().

◆ resumePoint

int _RepetitionLevel::resumePoint

Definition at line 40 of file adStack.c.

Referenced by showRepetitionLevels().

◆ resumePointBlock

DoubleChainedBlock* _RepetitionLevel::resumePointBlock

Definition at line 39 of file adStack.c.

Referenced by setResumePointToCurrentLocation(), and showRepetitionLevels().

◆ storedadbitbuf

unsigned int _RepetitionLevel::storedadbitbuf

Definition at line 43 of file adStack.c.

◆ storedadbitibuf

int _RepetitionLevel::storedadbitibuf

Definition at line 44 of file adStack.c.


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