Main Page   Data Structures   File List   Data Fields   Globals  

make_bc_periodic.h

Go to the documentation of this file.
00001 /*----------------------------------------------------------------------------*/
00002 /* SCCS Information: %W%    %G% */
00003 /*----------------------------------------------------------------------------*/
00004 #ifndef MAKE_BC_PERIODIC_H
00005 #define MAKE_BC_PERIODIC_H
00006 
00007 extern void bc_scalar_periodic(real2D u, int nx, int ny);
00008 extern void bc_vector_periodic(real2D u, real2D v, int nx, int ny);
00009 extern void bc_tensor_periodic(real2D S11, real2D S22, real2D S12,
00010                                int nx, int ny);
00011 
00012 #endif

Generated on Wed Feb 19 22:26:49 2003 for Markers by doxygen1.2.18