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