#include <stdio.h>#include <stdlib.h>#include <math.h>#include "variables_global.h"#include "prototypes.h"Go to the source code of this file.
Functions | |
| int | hydro_sweeps (int x, int y, int z, int direction) |
| int hydro_sweeps | ( | int | x, |
| int | y, | ||
| int | z, | ||
| int | direction | ||
| ) |
The forward and backward hydro sweeps the direction gives the forward [0] or backward [1] sweeps
Definition at line 18 of file hydro_sweeps.c.
References copy_arrays_for_viscosity(), dimension, sweep_x(), sweep_y(), sweep_z(), viscosity_on_off, wind(), and wind_on_off.
Referenced by main().
1.8.1.1