Searched refs:cdist (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 1166 …ords_H2OPUS(Mat A, PetscInt spacedim, const PetscReal coords[], PetscBool cdist, MatH2OpusKernelFn… in MatH2OpusSetCoords_H2OPUS() argument 1183 if (spacedim > 0 && size > 1 && cdist) { in MatH2OpusSetCoords_H2OPUS() 1595 …Int M, PetscInt N, PetscInt spacedim, const PetscReal coords[], PetscBool cdist, MatH2OpusKernelFn… in MatCreateH2OpusFromKernel() argument 1608 PetscCall(MatH2OpusSetCoords_H2OPUS(A, spacedim, coords, cdist, kernel, kernelctx)); in MatCreateH2OpusFromKernel() 1653 …OpusFromMat(Mat B, PetscInt spacedim, const PetscReal coords[], PetscBool cdist, PetscReal eta, Pe… in MatCreateH2OpusFromMat() argument 1663 PetscValidLogicalCollectiveBool(B, cdist, 4); in MatCreateH2OpusFromMat() 1691 if (spacedim) PetscCall(MatH2OpusSetCoords_H2OPUS(A, spacedim, coords, cdist, NULL, NULL)); in MatCreateH2OpusFromMat()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 1567 cdef PetscBool cdist = PETSC_FALSE 1576 if dist is not None: cdist = asBool(dist) 1598 … CHKERR(MatCreateH2OpusFromMat(A.mat, cdim, coords, cdist, peta, lsize, maxr, pbs, tol, &newmat))
|