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

Method str

src/sys/expressionparser.cxx:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56 double generate(const Context& ctx) override { return ctx.x(); }
57 std::string str() const override { return "x"s; }
58};
59
60class FieldY : public FieldGenerator {

Callers 14

savePIDtoFileFunction · 0.45
setPetscOptionsFunction · 0.45
BOUT_OMP_SAFEFunction · 0.45
printNameValueSourceLineFunction · 0.45
formatMethod · 0.45
strMethod · 0.45
strMethod · 0.45
strMethod · 0.45
parseIdentifierExprMethod · 0.45
LexInfoMethod · 0.45
formatEigFunction · 0.45
plotcollapse.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected