Chombo + EB + MF  3.2
Macros | Functions
timeInterp.H File Reference
#include "LevelData.H"
#include "FArrayBox.H"
#include "Interval.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for timeInterp.H:

Go to the source code of this file.

Macros

#define _TIMEINTERP_H_
 

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 More...
 
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 More...
 

Macro Definition Documentation

◆ _TIMEINTERP_H_

#define _TIMEINTERP_H_

Function Documentation

◆ timeInterp() [1/2]

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

◆ timeInterp() [2/2]

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