Main Page   Data Structures   File List   Data Fields   Globals  

inout.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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


Define Documentation

#define BU i,
 
 

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().

#define BV i,
 
 

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().

#define INP i,
 
 

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().

#define INU i,
     (INP(i,j) || INP(i-1,j))
 

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().

#define INV i,
     (INP(i,j) || INP(i,j-1))
 

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().

#define UNDEFINED   1000
 

Definition at line 11 of file inout.h.

Referenced by advect(), bc_vector_div(), bilinu(), bilinv(), fmodmax(), printxpl(), and rescale().


Generated on Wed Feb 19 22:27:31 2003 for Markers by doxygen1.2.18