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

Function SkewCF

fem/coefficient_matrix.cpp:1317–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315 }
1316
1317 shared_ptr<CoefficientFunction> SkewCF (shared_ptr<CoefficientFunction> coef)
1318 {
1319 if (coef->IsZeroCF())
1320 return coef;
1321
1322 return make_shared<SkewCoefficientFunction> (coef);
1323 }
1324
1325
1326 shared_ptr<CoefficientFunction>

Callers 2

DiffMethod · 0.85

Calls 1

IsZeroCFMethod · 0.45

Tested by

no test coverage detected