| 253 | } |
| 254 | |
| 255 | void PeriodicBoundaryRemesher::match_bd_loops() { |
| 256 | match_bd_loops(X); |
| 257 | match_bd_loops(Y); |
| 258 | match_bd_loops(Z); |
| 259 | } |
| 260 | |
| 261 | void PeriodicBoundaryRemesher::match_bd_loops(short axis) { |
| 262 | const Float tol = 1e-12; |
nothing calls this directly
no test coverage detected