| 29 | }; |
| 30 | |
| 31 | Context LegacyContext(BoutReal x, BoutReal y, BoutReal z, BoutReal t) { |
| 32 | return Context().set("x", x, "y", y, "z", z, "t", t); |
| 33 | } |
| 34 | |
| 35 | /// For testing, a generator function of two inputs |
| 36 | class BinaryGenerator : public FieldGenerator { |