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

WaveF_F.H

Go to the documentation of this file.
00001 #ifndef _WaveF_F_H_
00002 #define _WaveF_F_H_
00003 
00004 #include "FORT_PROTO.H"
00005 #include "REAL.H"
00006 
00007 extern "C"
00008 {
00009 
00010 // Prototype for Fortran procedure SETWAVE ...
00011 //
00012 #define FORT_SETWAVE FORTRAN_NAME( SETWAVE ,setwave )
00013 void 
00014 FORT_SETWAVE(
00015       CHFp_CONST_REAL(augamma)
00016       ,CHFp_CONST_REAL(auambientDensity)
00017       ,CHFp_CONST_REAL(audeltaDensity)
00018       ,CHFp_CONST_INT(aupressure)
00019       ,CHFp_INTVECT(auwaveNumber)
00020       ,CHFp_REALVECT(aucenter)
00021       ,CHFp_REALVECT(auvelocity) );
00022 
00023 // Prototype for Fortran procedure WAVEINIT ...
00024 //
00025 #define FORT_WAVEINIT FORTRAN_NAME( WAVEINIT ,waveinit )
00026 void 
00027 FORT_WAVEINIT(
00028       CHFp_FRA(U)
00029       ,CHFp_CONST_REAL(dx)
00030       ,CHFp_BOX(box) );
00031 
00032 }
00033 #endif

Generated on Tue Jul 2 10:42:21 2002 for Chombo by doxygen1.2.16