ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
adComplex.h
Go to the documentation of this file.
1 #ifndef ADCOMPLEX_INCLUDED
2 #define ADCOMPLEX_INCLUDED
3 typedef struct {float r,i;} ccmplx ;
4 typedef struct {double dr, di;} cdcmplx ;
5 #endif
float i
Definition: adComplex.h:3
double di
Definition: adComplex.h:4