#include <variables_global.h>
Data Fields | |
int | up |
int | down |
int | left |
int | right |
int | front |
int | back |
Definition at line 90 of file variables_global.h.
int boundary::back |
Definition at line 98 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_x(), and sweep_y().
int boundary::down |
Definition at line 92 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_x(), and sweep_z().
int boundary::front |
Definition at line 97 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_x(), and sweep_y().
int boundary::left |
Definition at line 94 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_y(), and sweep_z().
int boundary::right |
Definition at line 95 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_y(), and sweep_z().
int boundary::up |
Definition at line 91 of file variables_global.h.
Referenced by main(), make_ic(), set_boundary(), start_file_reader(), sweep_x(), and sweep_z().