#include "LevelData.H"
#include "FArrayBox.H"
#include "Interval.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Functions | |
void | timeInterp (LevelData< FArrayBox > &a_dest, Real a_time, const LevelData< FArrayBox > &a_old_phi, Real a_old_time, const LevelData< FArrayBox > &a_new_phi, Real a_new_time, const Interval &a_comps) |
interpolate data in time -- assumes one-to-one correspondence in comps | |
void | timeInterp (LevelData< FArrayBox > &a_dest, Real a_time, const LevelData< FArrayBox > &a_old_phi, Real a_old_time, const LevelData< FArrayBox > &a_new_phi, Real a_new_time, const Interval &a_src_comps, const Interval &a_dest_comps) |
interpolate data in time -- dest comps can be misaligned with src comps |
void timeInterp | ( | LevelData< FArrayBox > & | a_dest, | |
Real | a_time, | |||
const LevelData< FArrayBox > & | a_old_phi, | |||
Real | a_old_time, | |||
const LevelData< FArrayBox > & | a_new_phi, | |||
Real | a_new_time, | |||
const Interval & | a_comps | |||
) |
interpolate data in time -- assumes one-to-one correspondence in comps
void timeInterp | ( | LevelData< FArrayBox > & | a_dest, | |
Real | a_time, | |||
const LevelData< FArrayBox > & | a_old_phi, | |||
Real | a_old_time, | |||
const LevelData< FArrayBox > & | a_new_phi, | |||
Real | a_new_time, | |||
const Interval & | a_src_comps, | |||
const Interval & | a_dest_comps | |||
) |
interpolate data in time -- dest comps can be misaligned with src comps