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

Method SolveM

comp/fespace.cpp:2320–2324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318
2319
2320 void FESpace :: SolveM (CoefficientFunction * rho, BaseVector & vec, Region * definedon,
2321 LocalHeap & lh) const
2322 {
2323 cout << "SolveM is only available for L2-space, not for " << typeid(*this).name() << endl;
2324 }
2325
2326 void FESpace :: ApplyM (CoefficientFunction * rho, BaseVector & vec, Region * definedon,
2327 LocalHeap & lh) const

Callers

nothing calls this directly

Calls 4

SolveMMethod · 0.80
GetRangeFunction · 0.70
SizeMethod · 0.45
RangeMethod · 0.45

Tested by

no test coverage detected