Lines Matching refs:nA
1637 Mat nA = matis->A; in MatISSetAllowRepeated_IS() local
1639 PetscCall(MatGetLocalToGlobalMapping(nA, &lrmap, &lcmap)); in MatISSetAllowRepeated_IS()
1648 … PetscCall(MatCreateFromISLocalToGlobalMapping(lcmap, nA, PETSC_TRUE, PETSC_FALSE, NULL, &P)); in MatISSetAllowRepeated_IS()
1649 PetscCall(MatProductCreate(lA, P, NULL, &nA)); in MatISSetAllowRepeated_IS()
1651 …if (lcmap) PetscCall(MatCreateFromISLocalToGlobalMapping(lcmap, nA, PETSC_TRUE, PETSC_FALSE, NULL,… in MatISSetAllowRepeated_IS()
1652 …if (lrmap) PetscCall(MatCreateFromISLocalToGlobalMapping(lrmap, nA, PETSC_FALSE, PETSC_TRUE, NULL,… in MatISSetAllowRepeated_IS()
1655 PetscCall(MatProductCreate(R, lA, P, &nA)); in MatISSetAllowRepeated_IS()
1658 PetscCall(MatProductCreate(R, lA, NULL, &nA)); in MatISSetAllowRepeated_IS()
1661 PetscCall(MatProductCreate(lA, P, NULL, &nA)); in MatISSetAllowRepeated_IS()
1664 PetscCall(MatProductSetType(nA, ptype)); in MatISSetAllowRepeated_IS()
1665 PetscCall(MatProductSetFromOptions(nA)); in MatISSetAllowRepeated_IS()
1666 PetscCall(MatProductSymbolic(nA)); in MatISSetAllowRepeated_IS()
1667 PetscCall(MatProductNumeric(nA)); in MatISSetAllowRepeated_IS()
1668 PetscCall(MatProductClear(nA)); in MatISSetAllowRepeated_IS()
1669 PetscCall(MatConvert(nA, matis->lmattype, MAT_INPLACE_MATRIX, &nA)); in MatISSetAllowRepeated_IS()
1670 PetscCall(MatISSetLocalMat(A, nA)); in MatISSetAllowRepeated_IS()
1671 PetscCall(MatDestroy(&nA)); in MatISSetAllowRepeated_IS()