Searched refs:iV (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex8.c | 582 Vec iV, fV; in CheckTransfer() local 588 PetscCall(DMGetGlobalVector(idm, &iV)); in CheckTransfer() 590 PetscCall(VecGetLocalSize(iV, &im)); in CheckTransfer() 594 PetscCall(DMRestoreGlobalVector(idm, &iV)); in CheckTransfer() 598 PetscCall(MatDenseGetColumnVecWrite(iVM, k * dim + d, &iV)); in CheckTransfer() 601 PetscCall(DMProjectFunction(idm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, iV)); in CheckTransfer() 603 PetscCall(MatDenseRestoreColumnVecWrite(iVM, k * dim + d, &iV)); in CheckTransfer() 622 PetscCall(MatDenseGetColumnVecRead(iVM, k * dim + d, &iV)); in CheckTransfer() 624 PetscCall(MatInterpolate(InterpAdapt, iV, fV)); in CheckTransfer() 626 PetscCall(MatDenseRestoreColumnVecRead(iVM, k * dim + d, &iV)); in CheckTransfer()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 759 IS iV; in PCBDDCSetupFETIDPPCContext() local 762 … PetscCall(PetscObjectQuery((PetscObject)fetidppc_ctx->pc, "__KSPFETIDP_iV", (PetscObject *)&iV)); in PCBDDCSetupFETIDPPCContext() 763 …if (iV) PetscCall(PetscOptionsGetBool(NULL, ((PetscObject)fetimat)->prefix, "-pc_discrete_harmonic… in PCBDDCSetupFETIDPPCContext() 796 PetscCall(MatCreateSubMatrix(pcis->A_II, iV, iV, MAT_INITIAL_MATRIX, &A_II)); in PCBDDCSetupFETIDPPCContext() 797 PetscCall(MatCreateSubMatrix(pcis->A_IB, iV, aB, MAT_INITIAL_MATRIX, &A_IB)); in PCBDDCSetupFETIDPPCContext() 798 PetscCall(MatCreateSubMatrix(pcis->A_BI, aB, iV, MAT_INITIAL_MATRIX, &A_BI)); in PCBDDCSetupFETIDPPCContext()
|