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

Method MultTransAdd

comp/fespace.cpp:4174–4177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4172 }
4173
4174 void ApplyMass :: MultTransAdd (double val, const BaseVector & v, BaseVector & prod) const
4175 {
4176 MultAdd (val, v, prod);
4177 }
4178
4179 AutoVector ApplyMass :: CreateVector () const
4180 {

Callers

nothing calls this directly

Calls 2

MultAddFunction · 0.70
CreateVectorMethod · 0.45

Tested by

no test coverage detected