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

Function ApplyLinearizedMatrixAdd

comp/bilinearform.hpp:534–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 BaseVector & y, LocalHeap & lh) const;
533
534 virtual void ApplyLinearizedMatrixAdd (double val,
535 const BaseVector & lin,
536 const BaseVector & x,
537 BaseVector & y, LocalHeap & lh) const override
538 {
539 lin.Cumulate();
540 x.Cumulate();
541 y.Distribute();
542
543 ApplyLinearizedMatrixAdd1 (val, lin, x, y, lh);
544 }
545
546 virtual void ApplyLinearizedMatrixAdd (Complex val,
547 const BaseVector & lin,

Callers

nothing calls this directly

Calls 2

CumulateMethod · 0.80
DistributeMethod · 0.80

Tested by

no test coverage detected