|
TheBoussinesqModel
3.2.1
|
#include <t_list.h>
Data Fields | |
| long | i |
| long | j |
| double | x |
| struct ijx * | next |
| long ijx::i |
Definition at line 96 of file t_list.h.
Referenced by new_ijx(), and print_ijx_elements().
| long ijx::j |
Definition at line 96 of file t_list.h.
Referenced by new_ijx(), and print_ijx_elements().
| struct ijx* ijx::next |
Definition at line 98 of file t_list.h.
Referenced by count_ijx_elements(), delete_ijx(), delete_ijx_list(), new_ijx(), point2ijx(), and print_ijx_elements().
| double ijx::x |
Definition at line 97 of file t_list.h.
Referenced by new_ijx(), and print_ijx_elements().