HARM
harm and utilities
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Pages
boundsvpot.c
Go to the documentation of this file.
1
2
#include "decs.h"
3
4
21
// order of outflow extrap
22
// 0: none/ copy
23
// 1: first order
24
#define EXTRAP 0 //atch
25
26
27
28
int
inboundloop
[
NDIM
];
29
int
outboundloop
[
NDIM
];
30
int
innormalloop
[
NDIM
];
31
int
outnormalloop
[
NDIM
];
32
int
inoutlohi
[
NUMUPDOWN
][
NUMUPDOWN
][
NDIM
];
33
int
riin
,
riout
,
rjin
,
rjout
,
rkin
,
rkout
;
34
int
dosetbc
[
COMPDIM
*2];
35
36
37
38
39
int
bound_vpot_user(
int
boundstage,
int
finalstep,
SFTYPE
boundtime,
int
boundvartype,
FTYPE
(*vpot)[
NSTORE1
+
SHIFTSTORE1
][
NSTORE2
+
SHIFTSTORE2
][
NSTORE3
+
SHIFTSTORE3
])
40
{
41
42
// nothing for now. Assume don't need vpot in ghost cells. Or assume set true ghost cells and just getting MPI cells set.
43
44
return
(0);
45
}
Generated on Fri May 20 2016 15:52:32 for HARM by
1.8.3.1