Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PoissonOpF_F.H

Go to the documentation of this file.
00001 #ifndef _PoissonOpF_F_H_
00002 #define _PoissonOpF_F_H_
00003 
00004 #include "FORT_PROTO.H"
00005 #include "REAL.H"
00006 
00007 extern "C"
00008 {
00009 
00010 // Prototype for Fortran procedure GSRBLEVELLAP ...
00011 //
00012 #define FORT_GSRBLEVELLAP FORTRAN_NAME( GSRBLEVELLAP ,gsrblevellap )
00013 void 
00014 FORT_GSRBLEVELLAP(
00015       CHFp_FRA(phi)
00016       ,CHFp_CONST_FRA(rhs)
00017       ,CHFp_BOX(region)
00018       ,CHFp_CONST_REAL(dx)
00019       ,CHFp_CONST_INT(redBlack) );
00020 
00021 // Prototype for Fortran procedure OPERATORLAP ...
00022 //
00023 #define FORT_OPERATORLAP FORTRAN_NAME( OPERATORLAP ,operatorlap )
00024 void 
00025 FORT_OPERATORLAP(
00026       CHFp_FRA(lofphi)
00027       ,CHFp_CONST_FRA(phi)
00028       ,CHFp_BOX(region)
00029       ,CHFp_CONST_REAL(dx) );
00030 
00031 }
00032 #endif

Generated on Thu Aug 29 11:05:45 2002 for Chombo&INS by doxygen1.2.16