Home
last modified time | relevance | path

Searched refs:HMatrix_GPU (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu128 typedef HMatrix HMatrix_GPU; typedef
156 HMatrix_GPU *hmatrix_gpu;
160 HMatrix_GPU *dist_hmatrix_gpu; /* just to not clutter the code */
907 a->hmatrix_gpu = new HMatrix_GPU(*a->hmatrix); in MatAssemblyEnd_H2OPUS()
1058 a->hmatrix_gpu = new HMatrix_GPU(*b->hmatrix_gpu); in MatDuplicate_H2OPUS()
1242 if (!a->hmatrix_gpu) a->hmatrix_gpu = new HMatrix_GPU(*a->hmatrix); in MatBindToCPU_H2OPUS()
1501 HMatrix_GPU *hmatrix_gpu = new HMatrix_GPU(*a->hmatrix_gpu); in MatH2OpusCompress()