(x)
| 1051 | return x[0] <= 0.5 + 1e-14 |
| 1052 | |
| 1053 | def ref_func(x): |
| 1054 | return x[0] + x[1] ** 2 |
| 1055 | |
| 1056 | tdim = mesh.topology.dim |
| 1057 | cells = locate_entities(mesh, tdim, left_locator) |
nothing calls this directly
no outgoing calls
no test coverage detected