Chombo + EB + MF  3.2
CoarsenStuff.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _EBCOARSENSTUFF_H_
12 #define _EBCOARSENSTUFF_H_
13 
14 #include "LevelData.H"
15 #include "EBCellFAB.H"
16 #include "NamespaceHeader.H"
17 
18 void
20  LevelData<EBFluxFAB> & a_etaCoar,
21  LevelData<EBFluxFAB> & a_lambdaCoar,
22  LevelData<BaseIVFAB<Real> > & a_etaCoarIrreg,
23  LevelData<BaseIVFAB<Real> > & a_lambdaCoarIrreg,
24  const EBLevelGrid & a_eblgFine,
25  const EBLevelGrid & a_eblgCoar,
26  const LevelData<EBCellFAB> & a_acoefFine,
27  const LevelData<EBFluxFAB> & a_etaFine,
28  const LevelData<EBFluxFAB> & a_lambdaFine,
29  const LevelData<BaseIVFAB<Real> > & a_etaFineIrreg,
30  const LevelData<BaseIVFAB<Real> > & a_lambdaFineIrreg,
31  const int & a_refToDepth);
32 
33 #include "NamespaceFooter.H"
34 #endif
Definition: EBLevelGrid.H:30
void coarsenStuff(LevelData< EBCellFAB > &a_acoefCoar, LevelData< EBFluxFAB > &a_etaCoar, LevelData< EBFluxFAB > &a_lambdaCoar, LevelData< BaseIVFAB< Real > > &a_etaCoarIrreg, LevelData< BaseIVFAB< Real > > &a_lambdaCoarIrreg, const EBLevelGrid &a_eblgFine, const EBLevelGrid &a_eblgCoar, const LevelData< EBCellFAB > &a_acoefFine, const LevelData< EBFluxFAB > &a_etaFine, const LevelData< EBFluxFAB > &a_lambdaFine, const LevelData< BaseIVFAB< Real > > &a_etaFineIrreg, const LevelData< BaseIVFAB< Real > > &a_lambdaFineIrreg, const int &a_refToDepth)