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

Function MakeTrafoCF

comp/meshaccess.cpp:2617–2622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2615 };
2616
2617 shared_ptr<CoefficientFunction> MakeTrafoCF(shared_ptr<CoefficientFunction> func,
2618 shared_ptr<CoefficientFunction> trafo,
2619 Region region)
2620 {
2621 return make_shared<TrafoCF>(func, trafo, region);
2622 }
2623
2624
2625

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected