(x)
| 45 | """Test cell normals for a subset of facets.""" |
| 46 | |
| 47 | def left_side(x): |
| 48 | return np.isclose(x[0], 0) |
| 49 | |
| 50 | fdim = cube.topology.dim - 1 |
| 51 | facets = locate_entities_boundary(cube, fdim, left_side) |
nothing calls this directly
no outgoing calls
no test coverage detected