#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 | write_restart_tyc (int x, int y, int z) |
| int write_restart_tyc | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Writes the restart files
Definition at line 17 of file write_restart_tyc.c.
References advection, counter, counter_restart, dom, gasconstant, marker, output_dir, pre, pressure_integrated, rho, soundemitter, time_sim, vx, vy, vz, wind_marker, wind_on_off, with_obstacles, with_sound_emitter, x, y, and z.
Referenced by main().
1.8.1.1