ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Classes | Macros | Typedefs
struct.h File Reference
#include <ADflow_c_types.h>
Include dependency graph for struct.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  KeyValueType
 
struct  ListNodeType
 
struct  PQueueType
 
struct  edegreedef
 
struct  vedegreedef
 
struct  workspacedef
 
struct  rinfodef
 
struct  vrinfodef
 
struct  nrinfodef
 
struct  graphdef
 
struct  controldef
 
struct  vpwgtdef
 

Macros

#define MAXIDX   (((idxtype) 1)<<(8*sizeof(idxtype)-2))
 

Typedefs

typedef ADflow_intT idxtype
 
typedef struct KeyValueType KeyValueType
 
typedef struct ListNodeType ListNodeType
 
typedef struct PQueueType PQueueType
 
typedef struct edegreedef EDegreeType
 
typedef struct vedegreedef VEDegreeType
 
typedef struct workspacedef WorkSpaceType
 
typedef struct rinfodef RInfoType
 
typedef struct vrinfodef VRInfoType
 
typedef struct nrinfodef NRInfoType
 
typedef struct graphdef GraphType
 
typedef double timer
 
typedef struct controldef CtrlType
 
typedef struct vpwgtdef VPInfoType
 

Macro Definition Documentation

◆ MAXIDX

#define MAXIDX   (((idxtype) 1)<<(8*sizeof(idxtype)-2))

Definition at line 21 of file struct.h.

Typedef Documentation

◆ CtrlType

typedef struct controldef CtrlType

Definition at line 205 of file struct.h.

◆ EDegreeType

typedef struct edegreedef EDegreeType

Definition at line 19 of file struct.h.

◆ GraphType

typedef struct graphdef GraphType

Definition at line 19 of file struct.h.

◆ idxtype

Definition at line 19 of file struct.h.

◆ KeyValueType

typedef struct KeyValueType KeyValueType

Definition at line 19 of file struct.h.

◆ ListNodeType

typedef struct ListNodeType ListNodeType

Definition at line 19 of file struct.h.

◆ NRInfoType

typedef struct nrinfodef NRInfoType

Definition at line 19 of file struct.h.

◆ PQueueType

typedef struct PQueueType PQueueType

Definition at line 19 of file struct.h.

◆ RInfoType

typedef struct rinfodef RInfoType

Definition at line 19 of file struct.h.

◆ timer

typedef double timer

Definition at line 205 of file struct.h.

◆ VEDegreeType

typedef struct vedegreedef VEDegreeType

Definition at line 19 of file struct.h.

◆ VPInfoType

typedef struct vpwgtdef VPInfoType

Definition at line 205 of file struct.h.

◆ VRInfoType

typedef struct vrinfodef VRInfoType

Definition at line 19 of file struct.h.

◆ WorkSpaceType

typedef struct workspacedef WorkSpaceType

Definition at line 19 of file struct.h.