(x)
| 182 | # implemented within the UFL Expression. This is to check that the |
| 183 | # Constants are being set up correctly. |
| 184 | def exact_expr(x): |
| 185 | return x[0] ** 2 + 2 * x[1] ** 2 |
| 186 | |
| 187 | # Unused, but remains for clarity. |
| 188 | def f(x): |
nothing calls this directly
no outgoing calls
no test coverage detected