Lines Matching refs:new_mat
5514 Mat new_mat; in MatCreateSubMatrixUnsorted() local
5545 PetscCall(MatPermute(work_mat[0], is_perm_r, is_perm_c, &new_mat)); in MatCreateSubMatrixUnsorted()
5547 work_mat[0] = new_mat; in MatCreateSubMatrixUnsorted()
5580 Mat new_mat, lA; in PCBDDCComputeLocalMatrix() local
5613 …CreateNest(PETSC_COMM_SELF, nsubs, pcbddc->local_subs, nsubs, pcbddc->local_subs, mats, &new_mat)); in PCBDDCComputeLocalMatrix()
5614 PetscCall(MatConvert(new_mat, MATSEQAIJ, MAT_INPLACE_MATRIX, &new_mat)); in PCBDDCComputeLocalMatrix()
5621 PetscCall(MatCreateSubMatrixUnsorted(ChangeOfBasisMatrix, is_global, is_global, &new_mat)); in PCBDDCComputeLocalMatrix()
5633 PetscCall(MatMult(new_mat, matis->x, matis->y)); in PCBDDCComputeLocalMatrix()
5680 …PetscCall(MatPtAPWithPrefix_Private(matis->A, new_mat, PETSC_DEFAULT, ptapprefix, &pcbddc->local_m… in PCBDDCComputeLocalMatrix()
5683 PetscCall(MatPtAPWithPrefix_Private(lA, new_mat, PETSC_DEFAULT, ptapprefix, &work)); in PCBDDCComputeLocalMatrix()
5692 …PetscCall(MatPtAPWithPrefix_Private(work_mat, new_mat, PETSC_DEFAULT, ptapprefix, &pcbddc->local_m… in PCBDDCComputeLocalMatrix()
5697 PetscCall(MatPtAPWithPrefix_Private(work_mat, new_mat, PETSC_DEFAULT, ptapprefix, &work)); in PCBDDCComputeLocalMatrix()
5704 PetscCall(MatDestroy(&new_mat)); in PCBDDCComputeLocalMatrix()