Home
last modified time | relevance | path

Searched defs:dist_hmatrix (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu143 DistributedHMatrix *dist_hmatrix; member
145 HMatrix *dist_hmatrix; /* just to not clutter the code */ member
1455 DistributedHMatrix *dist_hmatrix = new DistributedHMatrix(*a->dist_hmatrix); in MatH2OpusCompress() local