14 #ifndef _EDGETOCELL_H_ 15 #define _EDGETOCELL_H_ 21 #include "NamespaceHeader.H" 36 FArrayBox& a_cellData,
const int a_cellComp,
41 FArrayBox& a_cellData,
const int a_cellComp,
42 const Box& a_cellBox,
const int a_dir);
61 FArrayBox& a_cellData,
const int a_cellComp,
66 FArrayBox& a_cellData,
const int a_cellComp,
67 const Box& a_cellBox,
const int a_dir);
69 #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:465
Definition: FArrayBox.H:45