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

Method MultAdd

comp/bilinearform.cpp:7966–7973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7964 }
7965
7966 void BilinearFormApplication ::
7967 MultAdd (double val, const BaseVector & v, BaseVector & prod) const
7968 {
7969 v.Cumulate();
7970 prod.Distribute();
7971
7972 bf -> AddMatrix (val, v, prod, lh);
7973 }
7974
7975 void BilinearFormApplication ::
7976 MultAdd (Complex val, const BaseVector & v, BaseVector & prod) const

Callers

nothing calls this directly

Calls 4

CumulateMethod · 0.80
DistributeMethod · 0.80
AddMatrixMethod · 0.45

Tested by

no test coverage detected