#include "LevelData.H"
#include "FArrayBox.H"
#include "Interval.H"
Include dependency graph for timeInterp.H:
This graph shows which files directly or indirectly include this file:
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 |
|
interpolate data in time -- dest comps can be misaligned with src comps
|
|
interpolate data in time -- assumes one-to-one correspondence in comps
|