Searched refs:max_rank (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 186 PetscInt max_rank; member 709 …us_maxrank", "Maximum rank when constructed from matvecs", NULL, a->max_rank, &a->max_rank, NULL)); in MatSetFromOptions_H2OPUS() 919 …_SELF, "Sampling uses max rank %d, tol %g (%g*%g), %s samples %d\n", a->max_rank, a->rtol * Anorm,… in MatAssemblyEnd_H2OPUS() 924 …hara(a->sampler, *a->hmatrix, a->max_rank, 10 /* TODO */, a->rtol * Anorm, a->bs, handle, verbose); in MatAssemblyEnd_H2OPUS() 928 …hara(a->sampler, *a->hmatrix_gpu, a->max_rank, 10 /* TODO */, a->rtol * Anorm, a->bs, handle, verb… in MatAssemblyEnd_H2OPUS() 1037 a->max_rank = b->max_rank; in MatDuplicate_H2OPUS() 1112 … %" PetscInt_FMT ", samples %" PetscInt_FMT ", tolerance %g\n", h2opus->max_rank, h2opus->bs, (dou… in MatView_H2OPUS() 1293 a->max_rank = 64; in MatCreate_H2OPUS() 1699 if (maxrank > 0) h2opus->max_rank = maxrank; in MatCreateH2OpusFromMat()
|
| /petsc/src/ksp/pc/impls/h2opus/ |
| H A D | pch2opus.c | 41 PetscInt max_rank; member 148 …"Maximum rank when constructed from matvecs", NULL, pch2opus->max_rank, &pch2opus->max_rank, NULL)… in PCSetFromOptions_H2OPUS() 572 …opus->coords, PETSC_FALSE, pch2opus->eta, pch2opus->leafsize, pch2opus->max_rank, pch2opus->bs, pc… in PCSetUp_H2OPUS() 722 pch2opus->max_rank = PETSC_DECIDE; in PCCreate_H2OPUS()
|