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

Method PrintReport

fem/coefficient.cpp:7767–7772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7765 { return Array<shared_ptr<CoefficientFunction>>({ func }); }
7766
7767 void PrintReport (ostream & ost) const override
7768 {
7769 ost << "CacheCF(";
7770 func->PrintReport(ost);
7771 ost << ")";
7772 }
7773
7774 string GetDescription() const override
7775 {

Callers

nothing calls this directly

Calls 1

PrintReportMethod · 0.45

Tested by

no test coverage detected