• VTF
  • FSI
  • AMROC
  • SFC
  • Motion
  • STLIB
  • Main Page
  • Related Pages
  • Classes
  • Files
  • File List
  • File Members

amroc/clawpack/src/1d/equations/acoustics/acousticsv1.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 #ifndef AMROC_ACOUSTICS1_H
00004 #define AMROC_ACOUSTICS1_H
00005 
00006 // Copyright (C) 2009 Ralf Deiterding
00007 // Oak Ridge National Laboratory
00008 
00014 #define DIM        1
00015 #define NEQUATIONS 2
00016 #define NEQUSED    2
00017 #define NWAVES     2
00018 #define NFIXUP     2
00019 #define NAUX       2
00020 
00021 #include "DAGHFortranInterfaces.h"                           
00022 
00023 #define f_normalflux FORTRAN_NAME(rp1acv, RP1ACV)
00024 #define f_check FORTRAN_NAME(chk1ac, CHK1AC)
00025 #define f_flgout FORTRAN_NAME(flgout1ac, FLGOUT1AC)
00026 
00027 extern "C" {
00028   void f_normalflux();
00029   void f_check();
00030   void f_flgout();
00031 }
00032 
00033 #include "ClpStdFunctions.h"
00034 
00035 #endif
00036 
00037