Lines Matching refs:PetscFree
82 PetscCall(PetscFree(aijperm->xgroup)); in MatConvert_SeqAIJPERM_SeqAIJ()
83 PetscCall(PetscFree(aijperm->nzgroup)); in MatConvert_SeqAIJPERM_SeqAIJ()
84 PetscCall(PetscFree(aijperm->iperm)); in MatConvert_SeqAIJPERM_SeqAIJ()
85 PetscCall(PetscFree(B->spptr)); in MatConvert_SeqAIJPERM_SeqAIJ()
101 PetscCall(PetscFree(aijperm->xgroup)); in MatDestroy_SeqAIJPERM()
102 PetscCall(PetscFree(aijperm->nzgroup)); in MatDestroy_SeqAIJPERM()
103 PetscCall(PetscFree(aijperm->iperm)); in MatDestroy_SeqAIJPERM()
104 PetscCall(PetscFree(A->spptr)); in MatDestroy_SeqAIJPERM()
128 PetscCall(PetscFree(aijperm_dest->xgroup)); in MatDuplicate_SeqAIJPERM()
129 PetscCall(PetscFree(aijperm_dest->nzgroup)); in MatDuplicate_SeqAIJPERM()
130 PetscCall(PetscFree(aijperm_dest->iperm)); in MatDuplicate_SeqAIJPERM()
175 PetscCall(PetscFree(aijperm->xgroup)); in MatSeqAIJPERM_create_perm()
176 PetscCall(PetscFree(aijperm->nzgroup)); in MatSeqAIJPERM_create_perm()
177 PetscCall(PetscFree(aijperm->iperm)); in MatSeqAIJPERM_create_perm()
247 PetscCall(PetscFree(rows_in_bucket)); in MatSeqAIJPERM_create_perm()
248 PetscCall(PetscFree(ipnz)); in MatSeqAIJPERM_create_perm()
249 PetscCall(PetscFree(nz_in_row)); in MatSeqAIJPERM_create_perm()