14 #ifndef _EDGETOCELL_H_ 15 #define _EDGETOCELL_H_ 22 #include "NamespaceHeader.H" 37 FArrayBox& a_cellData,
const int a_cellComp,
42 FArrayBox& a_cellData,
const int a_cellComp,
43 const Box& a_cellBox,
const int a_dir);
62 FArrayBox& a_cellData,
const int a_cellComp,
67 FArrayBox& a_cellData,
const int a_cellComp,
68 const Box& a_cellBox,
const int a_dir);
74 const int & a_cellComp,
76 const int & a_edgeComp,
77 const Box & a_cellBox,
81 const int & a_cellComp,
83 const int & a_edgeComp,
84 const Box & a_cellBox,
88 #include "NamespaceFooter.H" void EdgeToCell(const LevelData< FluxBox > &a_edgeData, LevelData< FArrayBox > &a_cellData)
averages cell-centered cellData to edge-centered edgeData
void EdgeToCellMax(const LevelData< FluxBox > &a_edgeData, LevelData< FArrayBox > &a_cellData)
cell-centered cellData from edge-centered edgeData using max
A FArrayBox-like container for face-centered fluxes.
Definition: FluxBox.H:22
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:469
Definition: FArrayBox.H:45