#include "LevelData.H"
#include "FArrayBox.H"
#include "FluxBox.H"
Include dependency graph for EdgeToCell.H:
Go to the source code of this file.
Functions | |
void | EdgeToCell (const LevelData< FluxBox > &a_edgeData, LevelData< FArrayBox > &a_cellData) |
averages cell-centered cellData to edge-centered edgeData | |
void | EdgeToCell (const FluxBox &a_edgeData, FArrayBox &a_cellData) |
averages cellData->edgeData (all directions) for one FAB | |
void | EdgeToCell (const FluxBox &a_edgeData, const int a_edgeComp, FArrayBox &a_cellData, const int a_cellComp, const int a_dir) |
averages cellData->edgeData in 1 direction, for one component in a FAB |
|
averages cellData->edgeData in 1 direction, for one component in a FAB
|
|
averages cellData->edgeData (all directions) for one FAB averages cell-centered cellData to SpaceDim-dimensioned EdgeData -- assumes all boundary conditions already set. Does this for all grids. |
|
averages cell-centered cellData to edge-centered edgeData
|