unit directions are periodic by default:
| 79 | |
| 80 | // unit directions are periodic by default: |
| 81 | FOR_DIRECTIONS(d) { |
| 82 | if (gv.has_boundary(High, d) && gv.has_boundary(Low, d) && d != R && |
| 83 | s->user_volume.num_direction(d) == 1) |
| 84 | use_bloch(d, 0.0); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | fields::fields(const fields &thef) |
no test coverage detected