|
TheBoussinesqModel
3.2.1
|
#include <turtle.h>
Data Fields | |
| short | isdynamic |
| const char * | name |
| LONGVECTOR * | index |
| short ** | co |
BINS: A BIN is a collection of vectors of different lengths. We have BINS for short, long and double, a BIN of char vectors is here called STRINGBIN. Thus, we have: SHORTBIN, INTBIN, LONGBIN, DOUBLEBIN, STRING
| short** SHORTBIN::co |
Definition at line 315 of file turtle.h.
Referenced by binarywrite_shortbin_elements(), free_shortbin(), new_shortbin(), print_shortbin_elements(), read_shortbin_elements(), and write_shortbin_elements().
| LONGVECTOR* SHORTBIN::index |
Definition at line 309 of file turtle.h.
Referenced by binarywrite_shortbin_elements(), free_shortbin(), new_shortbin(), print_shortbin_elements(), read_shortbin_elements(), and write_shortbin_elements().
| short SHORTBIN::isdynamic |
Definition at line 303 of file turtle.h.
Referenced by binarywrite_shortbin_elements(), free_shortbin(), new_shortbin(), print_shortbin_elements(), read_shortbin_elements(), and write_shortbin_elements().