|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
#include "complex.h"

Go to the source code of this file.
Functions | |
| void | adStack_startRepeat () |
| void | adStack_resetRepeat () |
| void | adStack_endRepeat () |
| void | pushInteger4Array (int *x, int n) |
| void | popInteger4Array (int *x, int n) |
| void | pushInteger8Array (long *x, int n) |
| void | popInteger8Array (long *x, int n) |
| void | pushReal4Array (float *x, int n) |
| void | popReal4Array (float *x, int n) |
| void | pushReal8Array (double *x, int n) |
| void | popReal8Array (double *x, int n) |
| void | pushReal16Array (long double *x, int n) |
| void | popReal16Array (long double *x, int n) |
| void | pushComplex16Array (double complex *x, int n) |
| void | popComplex16Array (double complex *x, int n) |
| void | pushCharacterArray (char *x, int n) |
| void | popCharacterArray (char *x, int n) |
| void | pushCharacter (char val) |
| void | popCharacter (char *val) |
| void | pushReal4 (float val) |
| void | popReal4 (float *val) |
| void | pushReal8 (double val) |
| void | popReal8 (double *val) |
| void | pushReal16 (long double *val) |
| void | popReal16 (long double *val) |
| void | pushInteger4 (int val) |
| void | popInteger4 (int *val) |
| void | pushInteger8 (long val) |
| void | popInteger8 (long *val) |
| void | pushComplex16 (double complex val) |
| void | popComplex16 (double complex *val) |
| void | pushPointer4 (void *val) |
| void | popPointer4 (void **val) |
| void | pushPointer8 (void *val) |
| void | popPointer8 (void **val) |
| void | pushBoolean (int x) |
| void | popBoolean (int *x) |
| void | pushBit (int x) |
| int | popBit () |
| void | pushControl1b (int cc) |
| void | popControl1b (int *cc) |
| void | pushControl2b (int cc) |
| void | popControl2b (int *cc) |
| void | pushControl3b (int cc) |
| void | popControl3b (int *cc) |
| void | pushControl4b (int cc) |
| void | popControl4b (int *cc) |
| void | pushControl5b (int cc) |
| void | popControl5b (int *cc) |
| void | pushControl6b (int cc) |
| void | popControl6b (int *cc) |
| void | pushControl7b (int cc) |
| void | popControl7b (int *cc) |
| void | pushControl8b (int cc) |
| void | popControl8b (int *cc) |
| void | adStack_showPeakSize () |
| void | adStack_showTotalTraffic () |
| void | adStack_showStackSize (int label) |
| void | adStack_showStack (char *locationName) |
| int | stackIsThreadSafe () |
| void adStack_endRepeat | ( | ) |
Close (i.e. remove) the repetition level created by the latest adStack_startRepeat().
Definition at line 312 of file adStack.c.
Referenced by adstack_endrepeat_().

| void adStack_resetRepeat | ( | ) |
Reset the push-pop stack contents to its contents at the time of the latest adStack_startRepeat() that has not been closed by a subsequent adStack_endRepeat()
Definition at line 285 of file adStack.c.
Referenced by adstack_resetrepeat_().

| void adStack_showPeakSize | ( | ) |
Definition at line 1064 of file adStack.c.
Referenced by adstack_showpeaksize_().

| void adStack_showStack | ( | char * | locationName | ) |
Definition at line 1079 of file adStack.c.
Referenced by adstack_showstack_().

| void adStack_showStackSize | ( | int | label | ) |
Definition at line 1073 of file adStack.c.
References showLocation().
Referenced by adstack_showstacksize_().


| void adStack_showTotalTraffic | ( | ) |
Definition at line 1069 of file adStack.c.
Referenced by adstack_showtotaltraffic_().

| void adStack_startRepeat | ( | ) |
From now on, and until the matching closing adStack_endRepeat(), the current contents of the push-pop stack are preserved: Even if they are popped, any subsequent adStack_resetRepeat() will reset the push-pop stack to its current contents of now.
Definition at line 235 of file adStack.c.
Referenced by adstack_startrepeat_().

| int popBit | ( | ) |
Definition at line 848 of file adStack.c.
Referenced by popBoolean(), popControl1b(), popControl2b(), popControl3b(), popControl4b(), popControl5b(), popControl6b(), popControl7b(), and popControl8b().

| void popBoolean | ( | int * | x | ) |
Definition at line 870 of file adStack.c.
References checkPopToReadOnly(), popBit(), topRepetitionPoint, and blockpointers::x.
Referenced by popboolean_().


| void popCharacter | ( | char * | val | ) |
Definition at line 566 of file adStack.c.
Referenced by popcharacter_().

| void popCharacterArray | ( | char * | x, |
| int | n | ||
| ) |
Definition at line 542 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popcharacterarray_().


| void popComplex16 | ( | double complex * | val | ) |
Definition at line 762 of file adStack.c.
Referenced by popcomplex16_().

| void popComplex16Array | ( | double complex * | x, |
| int | n | ||
| ) |
Definition at line 526 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popcomplex16array_().


| void popControl1b | ( | int * | cc | ) |
Definition at line 882 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol1b_().


| void popControl2b | ( | int * | cc | ) |
Definition at line 894 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol2b_().


| void popControl3b | ( | int * | cc | ) |
Definition at line 909 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol3b_().


| void popControl4b | ( | int * | cc | ) |
Definition at line 928 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol4b_().


| void popControl5b | ( | int * | cc | ) |
Definition at line 951 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol5b_().


| void popControl6b | ( | int * | cc | ) |
Definition at line 978 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol6b_().


| void popControl7b | ( | int * | cc | ) |
Definition at line 1009 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol7b_().


| void popControl8b | ( | int * | cc | ) |
Definition at line 1044 of file adStack.c.
References checkPopToReadOnly(), popBit(), and topRepetitionPoint.
Referenced by popcontrol8b_().


| void popInteger4 | ( | int * | val | ) |
Definition at line 678 of file adStack.c.
Referenced by popinteger4_().

| void popInteger4Array | ( | int * | x, |
| int | n | ||
| ) |
Definition at line 430 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popinteger4array_().


| void popInteger8 | ( | long * | val | ) |
Definition at line 706 of file adStack.c.
Referenced by popinteger8_().

| void popInteger8Array | ( | long * | x, |
| int | n | ||
| ) |
Definition at line 446 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popinteger8array_().


| void popPointer4 | ( | void ** | val | ) |
Definition at line 790 of file adStack.c.
Referenced by poppointer4_().

| void popPointer8 | ( | void ** | val | ) |
Definition at line 818 of file adStack.c.
Referenced by poppointer8_().

| void popReal16 | ( | long double * | val | ) |
Definition at line 650 of file adStack.c.
Referenced by popreal16_().

| void popReal16Array | ( | long double * | x, |
| int | n | ||
| ) |
Definition at line 494 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popreal16array_().


| void popReal4 | ( | float * | val | ) |
Definition at line 594 of file adStack.c.
Referenced by popreal4_().

| void popReal4Array | ( | float * | x, |
| int | n | ||
| ) |
Definition at line 462 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popreal4array_().


| void popReal8 | ( | double * | val | ) |
Definition at line 622 of file adStack.c.
Referenced by popreal8_().

| void popReal8Array | ( | double * | x, |
| int | n | ||
| ) |
Definition at line 478 of file adStack.c.
References checkPopToReadOnly(), popNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by popreal8array_().


| void pushBit | ( | int | x | ) |
Definition at line 834 of file adStack.c.
Referenced by pushBoolean(), pushControl1b(), pushControl2b(), pushControl3b(), pushControl4b(), pushControl5b(), pushControl6b(), pushControl7b(), and pushControl8b().

| void pushBoolean | ( | int | x | ) |
Definition at line 864 of file adStack.c.
References checkPushInReadOnly(), pushBit(), topRepetitionPoint, and blockpointers::x.
Referenced by pushboolean_().


| void pushCharacter | ( | char | val | ) |
Definition at line 552 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushcharacter_().


| void pushCharacterArray | ( | char * | x, |
| int | n | ||
| ) |
Definition at line 534 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushcharacterarray_().


| void pushComplex16 | ( | double complex | val | ) |
Definition at line 748 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushcomplex16_().


| void pushComplex16Array | ( | double complex * | x, |
| int | n | ||
| ) |
Definition at line 518 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushcomplex16array_().


| void pushControl1b | ( | int | cc | ) |
Definition at line 877 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol1b_().


| void pushControl2b | ( | int | cc | ) |
Definition at line 887 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol2b_().


| void pushControl3b | ( | int | cc | ) |
Definition at line 900 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol3b_().


| void pushControl4b | ( | int | cc | ) |
Definition at line 917 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol4b_().


| void pushControl5b | ( | int | cc | ) |
Definition at line 938 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol5b_().


| void pushControl6b | ( | int | cc | ) |
Definition at line 963 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol6b_().


| void pushControl7b | ( | int | cc | ) |
Definition at line 992 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol7b_().


| void pushControl8b | ( | int | cc | ) |
Definition at line 1025 of file adStack.c.
References checkPushInReadOnly(), pushBit(), and topRepetitionPoint.
Referenced by pushcontrol8b_().


| void pushInteger4 | ( | int | val | ) |
Definition at line 664 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushinteger4_().


| void pushInteger4Array | ( | int * | x, |
| int | n | ||
| ) |
Definition at line 422 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushinteger4array_().


| void pushInteger8 | ( | long | val | ) |
Definition at line 692 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushinteger8_().


| void pushInteger8Array | ( | long * | x, |
| int | n | ||
| ) |
Definition at line 438 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushinteger8array_().


| void pushPointer4 | ( | void * | val | ) |
Definition at line 776 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushpointer4_().


| void pushPointer8 | ( | void * | val | ) |
Definition at line 804 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushpointer8_().


| void pushReal16 | ( | long double * | val | ) |
Definition at line 636 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushreal16_().


| void pushReal16Array | ( | long double * | x, |
| int | n | ||
| ) |
Definition at line 486 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushreal16array_().


| void pushReal4 | ( | float | val | ) |
Definition at line 580 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushreal4_().


| void pushReal4Array | ( | float * | x, |
| int | n | ||
| ) |
Definition at line 454 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushreal4array_().


| void pushReal8 | ( | double | val | ) |
Definition at line 608 of file adStack.c.
References checkPushInReadOnly(), and topRepetitionPoint.
Referenced by pushreal8_().


| void pushReal8Array | ( | double * | x, |
| int | n | ||
| ) |
Definition at line 470 of file adStack.c.
References checkPushInReadOnly(), pushNArray(), topRepetitionPoint, and blockpointers::x.
Referenced by pushreal8array_().


| int stackIsThreadSafe | ( | ) |
Definition at line 1117 of file adStack.c.
Referenced by stackisthreadsafe_().
