TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
HEADER Struct Reference

#include <turtle.h>

Data Fields

long number
 
short gender
 
short type
 
short category
 
long dimensions [4]
 
char * name
 

Detailed Description


Linear linked lists are defined in t_lists.h. Turtle arrays are vectors written in a file between enclosing curling braces and separated by commas: i.e. {1,2,3} is an array of 3 integers. They are stored in memory as vectors of the appropriate type. Thus, they do no requires a special type to be defined. Other two special types defined in the fluid turtle library are the HEADER type and the t_keyword type below. The HEADER contains the description of a vector, matrix, array or BIN. See the file turtle.dat for more details. The structure t_keyword contains the keywords used by the turtle libraries.


Definition at line 450 of file turtle.h.

Field Documentation

short HEADER::gender

Definition at line 458 of file turtle.h.

Referenced by header_scan(), headercmp(), print_header(), and write_header_header().

char* HEADER::name
long HEADER::number

Definition at line 454 of file turtle.h.

Referenced by header_scan(), print_header(), and write_header_header().


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