Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu299 Mat_H2OPUS *h2opus = (Mat_H2OPUS *)A->data; in MatH2OpusResizeBuffers_Private() local
307 PetscCall(PetscSFGetGraph(h2opus->sf, NULL, &n, NULL, NULL)); in MatH2OpusResizeBuffers_Private()
309 if (h2opus->xxs < xN) { in MatH2OpusResizeBuffers_Private()
310 h2opus->xx->resize(n * xN); in MatH2OpusResizeBuffers_Private()
311 h2opus->xxs = xN; in MatH2OpusResizeBuffers_Private()
313 if (h2opus->yys < yN) { in MatH2OpusResizeBuffers_Private()
314 h2opus->yy->resize(n * yN); in MatH2OpusResizeBuffers_Private()
315 h2opus->yys = yN; in MatH2OpusResizeBuffers_Private()
320 if (h2opus->xxs_gpu < xN) { in MatH2OpusResizeBuffers_Private()
321 h2opus->xx_gpu->resize(n * xN); in MatH2OpusResizeBuffers_Private()
[all …]
/petsc/src/mat/tests/output/
H A Dex66_view.out66 type: h2opus
H A Dex66_view_cuda.out66 type: h2opus
/petsc/doc/overview/
H A Dlinear_solve_table.md194 - `H2OPUS <https://github.com/ecrc/h2opus>`__