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

Function InitApplyIntegrationPoints

ngscuda/cuda_applyIR.cpp:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164 void InitApplyIntegrationPoints ()
165 {
166 BaseMatrix::RegisterDeviceMatrixCreator(typeid(ApplyIntegrationPoints),
167 [] (const BaseMatrix & bmat) -> shared_ptr<BaseMatrix>
168 {
169 auto & mat = dynamic_cast<const ApplyIntegrationPoints&>(bmat);
170 return make_shared<DevApplyIntegrationPoints>(mat);
171 });
172 }
173};

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 1

Tested by

no test coverage detected