Chombo + EB  3.0
Macros | Functions
CellToEdge.H File Reference
#include "LevelData.H"
#include "FArrayBox.H"
#include "FluxBox.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for CellToEdge.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...
 

Macro Definition Documentation

◆ _CELLTOEDGE_H_

#define _CELLTOEDGE_H_

Function Documentation

◆ CellToEdge() [1/4]

void CellToEdge ( const LevelData< FArrayBox > &  a_cellData,
LevelData< FluxBox > &  a_edgeData 
)

◆ CellToEdge() [2/4]

void CellToEdge ( const FArrayBox a_cellData,
FluxBox a_edgeData 
)

◆ CellToEdge() [3/4]

void CellToEdge ( const FArrayBox a_cellData,
FArrayBox a_edgeData,
const int  a_dir 
)

this one does a single direction

◆ CellToEdge() [4/4]

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