#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 | pressure_on_solid_reset (int x, int y, int z) |
| int pressure_on_solid_reset | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Here the pressure on solid arrays pressure_on_solid, , are set to zero.
Definition at line 23 of file pressure_on_solid_reset.c.
References pressure_on_solid, x, y, and z.
Referenced by main().
1.8.1.1