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

Function CreateDeviceMatrix

comp/fespace.hpp:1266–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264 }
1265
1266 shared_ptr<BaseMatrix> CreateDeviceMatrix() const override
1267 {
1268 return fes->CreateMassOperator(rho, definedon, inverse, lh)->CreateDeviceMatrix();
1269 }
1270
1271
1272 virtual void Mult (const BaseVector & v, BaseVector & prod) const override;

Callers

nothing calls this directly

Calls 1

CreateDeviceMatrixMethod · 0.45

Tested by

no test coverage detected