#include "LevelData.H"
#include "FArrayBox.H"
#include "FluxBox.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
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 | |
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 |
this one does a single direction
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