MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / PrintReport

Method PrintReport

fem/coefficient.cpp:7636–7641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7634 { return Array<shared_ptr<CoefficientFunction>>({ func }); }
7635
7636 void PrintReport (ostream & ost) const override
7637 {
7638 ost << "LoggingCF(";
7639 func->PrintReport(ost);
7640 ost << ")";
7641 }
7642
7643 string GetDescription() const override
7644 {

Callers

nothing calls this directly

Calls 1

PrintReportMethod · 0.45

Tested by

no test coverage detected