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

Function SymmetricCF

fem/coefficient_matrix.cpp:1309–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307
1308
1309 shared_ptr<CoefficientFunction> SymmetricCF (shared_ptr<CoefficientFunction> coef)
1310 {
1311 if (coef->IsZeroCF())
1312 return coef;
1313
1314 return make_shared<SymmetricCoefficientFunction> (coef);
1315 }
1316
1317 shared_ptr<CoefficientFunction> SkewCF (shared_ptr<CoefficientFunction> coef)
1318 {

Callers 8

DiffShapeMethod · 0.85
DiffMethod · 0.85
DiffShapeMethod · 0.85
DiffShapeMethod · 0.85
DiffMethod · 0.85
DiffShapeMethod · 0.85
DiffShapeMethod · 0.85

Calls 1

IsZeroCFMethod · 0.45

Tested by

no test coverage detected