Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/wb/
H A Dwb.c21 Mat Xint, Xsurf, Xint_tmp; in DMDAGetWireBasketInterpolation() local
63 PetscCall(MatCreateSeqDense(MPI_COMM_SELF, Nsurf, 26, NULL, &Xsurf)); in DMDAGetWireBasketInterpolation()
64 PetscCall(MatDenseGetArray(Xsurf, &xsurf)); in DMDAGetWireBasketInterpolation()
128 PetscCall(MatDenseRestoreArray(Xsurf, &xsurf)); in DMDAGetWireBasketInterpolation()
181 PetscCall(MatMatMult(Ais, Xsurf, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &Xint_tmp)); in DMDAGetWireBasketInterpolation()
327 PetscCall(MatDenseGetArrayRead(Xsurf, &rxint)); in DMDAGetWireBasketInterpolation()
329 PetscCall(MatDenseRestoreArrayRead(Xsurf, &rxint)); in DMDAGetWireBasketInterpolation()
358 PetscCall(MatDestroy(&Xsurf)); in DMDAGetWireBasketInterpolation()
369 Mat Xint, Xsurf, Xint_tmp; in DMDAGetFaceInterpolation() local
411 PetscCall(MatCreateSeqDense(MPI_COMM_SELF, Nsurf, 6, NULL, &Xsurf)); in DMDAGetFaceInterpolation()
[all …]