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

Method AsArray

ngscuda/cuda_ngstd.hpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 T * DevData() const { return (T*)dev_data; }
380
381 FlatArray<Dev<T>> AsArray() const
382 {
383 return FlatArray<Dev<T>> ( dev_index[size].D2H(), dev_data );
384 }
385 };
386
387

Callers 12

SaveNodeTypeMethod · 0.80
AssembleBDBMethod · 0.80
CreateMassOperatorMethod · 0.80
BlockJacobiPrecondMethod · 0.80
DevBlockJacobiMatrixMethod · 0.80
DevDataTableMethod · 0.80
D2HMethod · 0.80
DevTableMethod · 0.80
D2HMethod · 0.80

Calls 1

D2HMethod · 0.45

Tested by

no test coverage detected