|
TheBoussinesqModel
3.2.1
|
#include <turtle.h>
Data Fields | |
| long | number |
| short | gender |
| short | type |
| short | category |
| long | dimensions [4] |
| char * | name |
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.
| short HEADER::category |
Definition at line 472 of file turtle.h.
Referenced by header_scan(), headercmp(), justread_chararray(), justread_floatarray(), justread_floatmatrix(), justread_longarray(), print_header(), read_charvector(), read_doublearray(), read_doublematrix(), read_doubletensor(), read_doublevector(), read_floatarray(), read_floatmatrix(), read_floatvector(), read_intmatrix(), read_intvector(), read_longarray(), read_longmatrix(), read_longvector(), read_shortarray(), read_shortmatrix(), read_shortvector(), read_stringarray(), search_array(), and write_header_header().
| long HEADER::dimensions[4] |
Definition at line 476 of file turtle.h.
Referenced by headercmp(), justread_floatmatrix(), read_charvector(), read_doublematrix(), read_doubletensor(), read_doublevector(), read_floatmatrix(), read_floatvector(), read_intmatrix(), read_intvector(), read_longmatrix(), read_longvector(), read_matrixheader(), read_shortmatrix(), read_shortvector(), read_tensorheader(), read_vectorheader(), and write_header_header().
| 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 |
Definition at line 482 of file turtle.h.
Referenced by free_header(), header_scan(), headercmp(), print_header(), search_named_array(), and write_header_header().
| long HEADER::number |
Definition at line 454 of file turtle.h.
Referenced by header_scan(), print_header(), and write_header_header().
| short HEADER::type |
Definition at line 462 of file turtle.h.
Referenced by header_scan(), headercmp(), justread_chararray(), justread_floatarray(), justread_floatmatrix(), justread_longarray(), print_header(), read_charvector(), read_doublearray(), read_doublematrix(), read_doubletensor(), read_doublevector(), read_floatarray(), read_floatmatrix(), read_floatvector(), read_intmatrix(), read_intvector(), read_longarray(), read_longmatrix(), read_longvector(), read_shortarray(), read_shortmatrix(), read_shortvector(), read_stringarray(), search_array(), and write_header_header().