Chombo + EB
3.2
|
#include "LevelData.H"
#include "FArrayBox.H"
#include "FluxBox.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Macros | |
#define | _CELLTOEDGE_H_ |
Functions | |
void | CellToEdge (const LevelData< FArrayBox > &a_cellData, LevelData< FluxBox > &a_edgeData) |
void | CellToEdge (const FArrayBox &a_cellData, FluxBox &a_edgeData) |
void | CellToEdge (const FArrayBox &a_cellData, FArrayBox &a_edgeData, const int a_dir) |
this one does a single direction More... | |
void | CellToEdge (const FArrayBox &a_cellData, const int a_cellComp, FArrayBox &a_edgeData, const int a_edgeComp, const int a_dir) |
this one does a single direction and component More... | |
#define _CELLTOEDGE_H_ |
this one does a single direction