|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|

Public Attributes | |
| int | hasBackPop |
| int | active |
| DoubleChainedBlock * | backPopBlock |
| int | backPop |
| DoubleChainedBlock * | resumePointBlock |
| int | resumePoint |
| DoubleChainedBlock * | freePushBlock |
| int | freePush |
| unsigned int | storedadbitbuf |
| int | storedadbitibuf |
| struct _RepetitionLevel * | previous |
Structure keeping the needed info for ONE repetition level. As we can have "nested" repetition levels, these structures can be stacked.
| int _RepetitionLevel::active |
Definition at line 36 of file adStack.c.
Referenced by checkPushInReadOnly(), and showRepetitionLevels().
| int _RepetitionLevel::backPop |
Definition at line 38 of file adStack.c.
Referenced by showRepetitionLevels().
| DoubleChainedBlock* _RepetitionLevel::backPopBlock |
Definition at line 37 of file adStack.c.
Referenced by setBackPopToCurrentLocation(), and showRepetitionLevels().
| int _RepetitionLevel::freePush |
Definition at line 42 of file adStack.c.
Referenced by showRepetitionLevels().
| DoubleChainedBlock* _RepetitionLevel::freePushBlock |
Definition at line 41 of file adStack.c.
Referenced by setFreePushToCurrentLocation(), and showRepetitionLevels().
| int _RepetitionLevel::hasBackPop |
Definition at line 35 of file adStack.c.
Referenced by checkPopToReadOnly(), setBackPopToCurrentLocation(), and showRepetitionLevels().
| struct _RepetitionLevel* _RepetitionLevel::previous |
Definition at line 45 of file adStack.c.
Referenced by checkPushInReadOnly(), and showRepetitionLevels().
| int _RepetitionLevel::resumePoint |
Definition at line 40 of file adStack.c.
Referenced by showRepetitionLevels().
| DoubleChainedBlock* _RepetitionLevel::resumePointBlock |
Definition at line 39 of file adStack.c.
Referenced by setResumePointToCurrentLocation(), and showRepetitionLevels().