| 99 | } // is_cf_bdry_idx |
| 100 | |
| 101 | inline hier::Index<NDIM> |
| 102 | get_shift(int dir, int shift) |
| 103 | { |
| 104 | SAMRAI::hier::Index<NDIM> iv(0); |
| 105 | iv(dir) = shift; |
| 106 | return iv; |
| 107 | } // get_shift |
| 108 | |
| 109 | static const int LOWER = 0; |
| 110 | static const int UPPER = 1; |
no outgoing calls
no test coverage detected