This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | INP(i, j) |
#define | INU(i, j) (INP(i,j) || INP(i-1,j)) |
#define | INV(i, j) (INP(i,j) || INP(i,j-1)) |
#define | BU(i, j) |
#define | BV(i, j) |
#define | UNDEFINED 1000 |
|
Value: (INU(i+1,j) || INU(i-1,j) || INU(i,j+1) || INU(i,j-1) || \ INV(i,j) || INV(i,j+1) || INV(i-1,j) || INV(i-1,j+1)) Definition at line 6 of file inout.h. Referenced by bc_vector_div(), and printfree(). |
|
Value: (INV(i+1,j) || INV(i-1,j) || INV(i,j+1) || INV(i,j-1) || \ INU(i,j) || INU(i+1,j) || INU(i,j-1) || INU(i+1,j-1)) Definition at line 8 of file inout.h. Referenced by bc_vector_div(), and printfree(). |
|
Value: (ap[i][j] > 0.5 \ ) Definition at line 2 of file inout.h. Referenced by bc_pressure_inside(), coli(), divergence(), interface_fluxes(), interface_tensionu(), interface_tensionv(), printfree(), relax(), and resid(). |
|
Definition at line 4 of file inout.h. Referenced by bc_vector_div(), closest_u(), extra_velocity_normals(), interface_tensionu(), minau(), momentum(), pressure(), and printfree(). |
|
Definition at line 5 of file inout.h. Referenced by bc_vector_div(), closest_v(), extra_velocity_normals(), interface_tensionv(), minav(), momentum(), pressure(), and printfree(). |
|
Definition at line 11 of file inout.h. Referenced by advect(), bc_vector_div(), bilinu(), bilinv(), fmodmax(), printxpl(), and rescale(). |