00001 #ifdef CH_LANG_CC
00002
00003
00004
00005
00006
00007
00008
00009 #endif
00010
00011 #ifndef _TIMEINTERP_H_
00012 #define _TIMEINTERP_H_
00013
00014 #include "LevelData.H"
00015 #include "FArrayBox.H"
00016 #include "Interval.H"
00017 #include "NamespaceHeader.H"
00018
00019
00020 void
00021 timeInterp(LevelData<FArrayBox>& a_dest, Real a_time,
00022 const LevelData<FArrayBox>& a_old_phi, Real a_old_time,
00023 const LevelData<FArrayBox>& a_new_phi, Real a_new_time,
00024 const Interval& a_comps);
00025
00026
00027 void
00028 timeInterp(LevelData<FArrayBox>& a_dest, Real a_time,
00029 const LevelData<FArrayBox>& a_old_phi, Real a_old_time,
00030 const LevelData<FArrayBox>& a_new_phi, Real a_new_time,
00031 const Interval& a_src_comps, const Interval& a_dest_comps);
00032
00033 #include "NamespaceFooter.H"
00034
00035 #endif