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

Method Mult

comp/bilinearform.cpp:7954–7964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7952 }
7953
7954 void BilinearFormApplication ::
7955 Mult (const BaseVector & v, BaseVector & prod) const
7956 {
7957 static Timer t("BilinearFormApplication"); RegionTimer r(t);
7958 v.Cumulate();
7959
7960 prod = 0;
7961 bf -> AddMatrix (1, v, prod, lh);
7962
7963 prod.SetParallelStatus (DISTRIBUTED);
7964 }
7965
7966 void BilinearFormApplication ::
7967 MultAdd (double val, const BaseVector & v, BaseVector & prod) const

Callers

nothing calls this directly

Calls 4

CumulateMethod · 0.80
SetParallelStatusMethod · 0.80
AddMatrixMethod · 0.45

Tested by

no test coverage detected