Searched refs:basisord (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex21.c | 32 PetscInt basisord, leafsize, sdim, n, its, i; in main() local 51 basisord = 8; in main() 52 PetscCall(PetscOptionsGetInt(NULL, NULL, "-basisord", &basisord, 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 | 185 PetscInt basisord; member 708 …r for off-diagonal sampling when constructed from kernel", NULL, a->basisord, &a->basisord, NULL)); in MatSetFromOptions_H2OPUS() 886 …tributedHMatrix(*a->dist_hmatrix, a->ptcloud, adm, entry_gen, a->leafsize, a->basisord, a->handle); in MatAssemblyEnd_H2OPUS() 889 buildHMatrix(*a->hmatrix, a->ptcloud, adm, entry_gen, a->leafsize, a->basisord); in MatAssemblyEnd_H2OPUS() 1036 a->basisord = b->basisord; in MatDuplicate_H2OPUS() 1114 …IIPrintf(view, " Off-diagonal blocks approximation order %" PetscInt_FMT "\n", h2opus->basisord)); in MatView_H2OPUS() 1292 a->basisord = 4; in MatCreate_H2OPUS() 1595 …pusKernelFn *kernel, void *kernelctx, PetscReal eta, PetscInt leafsize, PetscInt basisord, Mat *nA) in MatCreateH2OpusFromKernel() argument 1613 if (basisord > 0) h2opus->basisord = basisord; in MatCreateH2OpusFromKernel()
|