Go to the documentation of this file.
16 if (boundary==
"zero gradient") number =
"0";
17 if (boundary==
"reflecting") number =
"1";
18 if (boundary==
"small padding") number =
"2";
19 if (boundary==
"outflow") number =
"3";
20 if (boundary==
"inflow") number =
"4";
21 if (boundary==
"periodic") number =
"5";