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

Method ApplyM

comp/fespace.cpp:2326–2330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2324 }
2325
2326 void FESpace :: ApplyM (CoefficientFunction * rho, BaseVector & vec, Region * definedon,
2327 LocalHeap & lh) const
2328 {
2329 cout << "ApplyM is only available for L2-space, not for " << typeid(*this).name() << endl;
2330 }
2331
2332
2333 shared_ptr<BaseMatrix> FESpace :: GetTraceOperator (shared_ptr<FESpace> tracespace, bool avg) const

Callers

nothing calls this directly

Calls 3

GetRangeFunction · 0.70
SizeMethod · 0.45
RangeMethod · 0.45

Tested by

no test coverage detected