Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SaveNodeType
Method · 0.80
AssembleBDB
Method · 0.80
CreateMassOperator
Method · 0.80
CreateMassOperator_Dim
Method · 0.80
BlockJacobiPrecond
Method · 0.80
ConstantElementByElementMatrix
Method · 0.80
DevBlockJacobiMatrix
Method · 0.80
DevDataTable
Method · 0.80
D2H
Method · 0.80
DevTable
Method · 0.80
D2H
Method · 0.80
DevConstantElementByElementMatrix
Method · 0.80
Calls
1
D2H
Method · 0.45
Tested by
no test coverage detected