Lines Matching refs:rowstencil
795 MatStencil stencil[6], rowstencil; in IJacobianByHand() local
833 rowstencil.k = 0; in IJacobianByHand()
844 rowstencil.k = 0; in IJacobianByHand()
845 rowstencil.j = j; in IJacobianByHand()
875 rowstencil.i = i; in IJacobianByHand()
876 rowstencil.c = 0; in IJacobianByHand()
878 PetscCall(MatSetValuesStencil(A, 1, &rowstencil, 6, stencil, entries, INSERT_VALUES)); in IJacobianByHand()
879 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(B, 1, &rowstencil, 6, stencil, entries, INSERT_VA… in IJacobianByHand()
893 PetscCall(MatSetValuesStencil(A, 1, &rowstencil, 6, stencil, entries, INSERT_VALUES)); in IJacobianByHand()
894 …if (appctx->aijpc) PetscCall(MatSetValuesStencil(B, 1, &rowstencil, 6, stencil, entries, INSERT_VA… in IJacobianByHand()
925 MatStencil stencil[6], rowstencil; in RHSJacobianByHand() local
963 rowstencil.k = 0; in RHSJacobianByHand()
975 rowstencil.k = 0; in RHSJacobianByHand()
976 rowstencil.j = j; in RHSJacobianByHand()
1006 rowstencil.i = i; in RHSJacobianByHand()
1007 rowstencil.c = 0; in RHSJacobianByHand()
1009 PetscCall(MatSetValuesStencil(A, 1, &rowstencil, 6, stencil, entries, INSERT_VALUES)); in RHSJacobianByHand()
1023 rowstencil.c = 1; in RHSJacobianByHand()
1025 PetscCall(MatSetValuesStencil(A, 1, &rowstencil, 6, stencil, entries, INSERT_VALUES)); in RHSJacobianByHand()