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

Method PrintReport

fem/coefficient.cpp:1749–1754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1747 }
1748
1749 virtual void PrintReport (ostream & ost) const override
1750 {
1751 ost << scal << "*(";
1752 c1->PrintReport(ost);
1753 ost << ")";
1754 }
1755
1756 virtual string GetDescription() const override
1757 {

Callers

nothing calls this directly

Calls 1

PrintReportMethod · 0.45

Tested by

no test coverage detected