Chombo + EB
3.2
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
c
e
f
i
m
n
p
r
s
u
Functions
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Typedefs
b
c
d
e
f
i
l
n
o
p
r
s
v
Enumerations
+
Enumerator
a
b
c
d
f
h
i
l
m
n
o
p
r
s
t
u
+
Related Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Variables
a
b
c
d
f
g
h
i
k
l
m
n
p
s
t
u
+
Typedefs
a
b
c
d
i
k
l
m
n
p
r
s
Enumerations
Enumerator
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
src
BoxTools
CellToEdge.H
Go to the documentation of this file.
1
#ifdef CH_LANG_CC
2
/*
3
* _______ __
4
* / ___/ / ___ __ _ / / ___
5
* / /__/ _ \/ _ \/ V \/ _ \/ _ \
6
* \___/_//_/\___/_/_/_/_.__/\___/
7
* Please refer to Copyright.txt, in Chombo's root directory.
8
*/
9
#endif
10
11
#ifndef _CELLTOEDGE_H_
12
#define _CELLTOEDGE_H_
13
14
#include "
LevelData.H
"
15
#include "
FArrayBox.H
"
16
#include "
FluxBox.H
"
17
18
#include "NamespaceHeader.H"
19
20
///
21
void
CellToEdge
(
const
LevelData<FArrayBox>
& a_cellData,
22
LevelData<FluxBox>
& a_edgeData);
23
24
///
25
void
CellToEdge
(
const
FArrayBox
& a_cellData,
26
FluxBox
& a_edgeData);
27
28
/// this one does a single direction
29
void
CellToEdge
(
const
FArrayBox
& a_cellData,
30
FArrayBox
& a_edgeData,
const
int
a_dir);
31
32
/// this one does a single direction and component
33
void
CellToEdge
(
const
FArrayBox
& a_cellData,
const
int
a_cellComp,
34
FArrayBox
& a_edgeData,
const
int
a_edgeComp,
35
const
int
a_dir);
36
37
#include "NamespaceFooter.H"
38
39
#endif
FArrayBox.H
FluxBox
A FArrayBox-like container for face-centered fluxes.
Definition:
FluxBox.H:22
LevelData< FArrayBox >
FArrayBox
Definition:
FArrayBox.H:45
FluxBox.H
LevelData.H
CellToEdge
void CellToEdge(const LevelData< FArrayBox > &a_cellData, LevelData< FluxBox > &a_edgeData)
Generated by
1.8.13