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

Function CreateWrapperCF

fem/coefficient.cpp:4210–4213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4208}
4209
4210 shared_ptr<CoefficientFunction> CreateWrapperCF (shared_ptr<CoefficientFunction> cf)
4211 {
4212 return UnaryOpCF (cf, GenericIdentity{}, " ");
4213 }
4214
4215
4216 shared_ptr<CoefficientFunction> InnerProduct (shared_ptr<CoefficientFunction> c1,

Callers 2

ReshapeCFFunction · 0.85

Calls 1

UnaryOpCFFunction · 0.85

Tested by

no test coverage detected