Searched refs:leafsize (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex21.c | 32 PetscInt basisord, leafsize, sdim, n, its, i; in main() local 49 leafsize = 32; in main() 50 PetscCall(PetscOptionsGetInt(NULL, NULL, "-leafsize", &leafsize, NULL)); in main() 80 …, PETSC_DECIDE, PETSC_DECIDE, sdim, coords, PETSC_FALSE, RBF, &fctx, eta, leafsize, basisord, &A)); in main()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 173 PetscInt leafsize; member 706 …nsInt("-mat_h2opus_leafsize", "Leaf size of cluster tree", NULL, a->leafsize, &a->leafsize, NULL)); in MatSetFromOptions_H2OPUS() 856 a->leafsize = PetscMin(a->leafsize, PetscMin(A->rmap->N, A->cmap->N)); in MatAssemblyEnd_H2OPUS() 886 …buildDistributedHMatrix(*a->dist_hmatrix, a->ptcloud, adm, entry_gen, a->leafsize, a->basisord, a-… in MatAssemblyEnd_H2OPUS() 889 buildHMatrix(*a->hmatrix, a->ptcloud, adm, entry_gen, a->leafsize, a->basisord); in MatAssemblyEnd_H2OPUS() 894 buildHMatrixStructure(*a->hmatrix, a->ptcloud, a->leafsize, adm); in MatAssemblyEnd_H2OPUS() 1035 a->leafsize = b->leafsize; in MatDuplicate_H2OPUS() 1110 …missibility parameters: leaf size %" PetscInt_FMT ", eta %g\n", h2opus->leafsize, (double)h2opus->… in MatView_H2OPUS() 1291 a->leafsize = 32; in MatCreate_H2OPUS() 1595 …st, MatH2OpusKernelFn *kernel, void *kernelctx, PetscReal eta, PetscInt leafsize, PetscInt basisor… in MatCreateH2OpusFromKernel() argument [all …]
|
| /petsc/src/ksp/pc/impls/h2opus/ |
| H A D | pch2opus.c | 40 PetscInt leafsize; member 146 …e", "Leaf size when constructed from kernel", NULL, pch2opus->leafsize, &pch2opus->leafsize, NULL)… in PCSetFromOptions_H2OPUS() 572 …pch2opus->sdim, pch2opus->coords, PETSC_FALSE, pch2opus->eta, pch2opus->leafsize, pch2opus->max_ra… in PCSetUp_H2OPUS() 721 pch2opus->leafsize = PETSC_DECIDE; in PCCreate_H2OPUS()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_py.py | 402 h.createH2OpusFromMat(self.A, leafsize=2) 410 h.createH2OpusFromMat(self.A, coords, leafsize=2)
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 1527 leafsize: int | None = None, 1545 leafsize 1578 if leafsize is not None: lsize = asInt(leafsize)
|