Home
last modified time | relevance | path

Searched refs:redund (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/interface/
H A Dmatrix.c1404 Mat_Redundant *redund = *redundant; in MatDestroy_Redundant() local
1407 if (redund) { in MatDestroy_Redundant()
1408 if (redund->matseq) { /* via MatCreateSubMatrices() */ in MatDestroy_Redundant()
1409 PetscCall(ISDestroy(&redund->isrow)); in MatDestroy_Redundant()
1410 PetscCall(ISDestroy(&redund->iscol)); in MatDestroy_Redundant()
1411 PetscCall(MatDestroySubMatrices(1, &redund->matseq)); in MatDestroy_Redundant()
1413 PetscCall(PetscFree2(redund->send_rank, redund->recv_rank)); in MatDestroy_Redundant()
1414 PetscCall(PetscFree(redund->sbuf_j)); in MatDestroy_Redundant()
1415 PetscCall(PetscFree(redund->sbuf_a)); in MatDestroy_Redundant()
1416 for (PetscInt i = 0; i < redund->nrecvs; i++) { in MatDestroy_Redundant()
[all …]