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

Public Attributes

unsigned int rank
 
struct _DoubleChainedBlockprev
 
struct _DoubleChainedBlocknext
 
char contents [BLOCK_SIZE]
 

Detailed Description

Definition at line 25 of file adStack.c.

Member Data Documentation

◆ contents

char _DoubleChainedBlock::contents[BLOCK_SIZE]

Definition at line 29 of file adStack.c.

◆ next

struct _DoubleChainedBlock* _DoubleChainedBlock::next

Definition at line 28 of file adStack.c.

◆ prev

struct _DoubleChainedBlock* _DoubleChainedBlock::prev

Definition at line 27 of file adStack.c.

◆ rank

unsigned int _DoubleChainedBlock::rank

Definition at line 26 of file adStack.c.

Referenced by showLocation().


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