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

Function EinsumCF

fem/tensorcoefficient.cpp:1498–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496 };
1497
1498 shared_ptr<CoefficientFunction> EinsumCF(const string &index_signature,
1499 const Array<shared_ptr<CoefficientFunction>> &cfs,
1500 const map<string, bool> &options) {
1501 return make_shared<EinsumCoefficientFunction>(expand_ellipses(index_signature, cfs), cfs, options);
1502 }
1503
1504// static RegisterClassForArchive<LeviCivitaCoefficientFunction, CoefficientFunction> reglevicivitacf;
1505 static RegisterClassForArchive<EinsumCoefficientFunction, CoefficientFunction> regeinsumcf;

Callers 4

optimize_pathFunction · 0.85
DiffMethod · 0.85
DiffJacobiMethod · 0.85

Calls 1

expand_ellipsesFunction · 0.85

Tested by

no test coverage detected