MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / LegacyContext

Function LegacyContext

tests/unit/sys/test_expressionparser.cxx:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31Context 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
36class BinaryGenerator : public FieldGenerator {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected