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

Method DiffShape

fem/diffop.cpp:633–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631
632
633 shared_ptr<CoefficientFunction> BlockDifferentialOperator ::
634 DiffShape (shared_ptr<CoefficientFunction> proxy,
635 shared_ptr<CoefficientFunction> dir,
636 bool Eulerian) const
637 {
638 // assume it's a grad ...
639 // return (-1)*dir->Operator("grad") * proxy;
640 return diffop->DiffShape(proxy, dir, Eulerian);
641 }
642
643
644

Callers

nothing calls this directly

Calls 5

TransposeCFFunction · 0.85
DiffShapeMethod · 0.45
DimMethod · 0.45

Tested by

no test coverage detected