HARM
harm and utilities
 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 
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 }