#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 | copy_arrays_for_viscosity (int x, int y, int z) |
int copy_arrays_for_viscosity | ( | int | x, |
int | y, | ||
int | z | ||
) |
Copies the density and velocity arrays before each hydro sweep for the viscosity calculation.
Definition at line 24 of file copy_arrays_for_viscosity.c.
References rho, rho_visc, vx, vx_visc, vy, vy_visc, vz, vz_visc, x, y, and z.
Referenced by hydro_sweeps().