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

Method GetMatrixPtr

comp/python_comp.cpp:3621–3624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3619 }
3620
3621 shared_ptr<BaseMatrix> GetMatrixPtr() override
3622 {
3623 return premat;
3624 }
3625
3626 void Mult (const BaseVector & x, BaseVector & y) const override
3627 {

Callers 9

UpdateMethod · 0.45
UpdateMethod · 0.45
MGMMethod · 0.45
FinalizeLevelMethod · 0.45
UpdateMethod · 0.45
FinalizeLevelMethod · 0.45
PythonPreconditionerMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected