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

Method MultTransAdd

comp/bilinearform.cpp:7984–7991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7982 }
7983
7984 void BilinearFormApplication ::
7985 MultTransAdd (double val, const BaseVector & v, BaseVector & prod) const
7986 {
7987 v.Cumulate();
7988 prod.Distribute();
7989
7990 bf -> AddMatrixTrans (val, v, prod, lh);
7991 }
7992
7993 shared_ptr<BilinearForm> CreateBilinearForm (shared_ptr<FESpace> space,
7994 shared_ptr<FESpace> space2,

Callers

nothing calls this directly

Calls 3

CumulateMethod · 0.80
DistributeMethod · 0.80
AddMatrixTransMethod · 0.80

Tested by

no test coverage detected