Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dmatmatmult.c25 PetscBool isseqaij, ofree_a, ofree_ij; in MatSetSeqAIJWithArrays_private() local
40 ofree_ij = aij->free_ij; in MatSetSeqAIJWithArrays_private()
58 if (ofree_ij) PetscCall(PetscShmgetDeallocateArray((void **)&aij->j)); in MatSetSeqAIJWithArrays_private()
59 if (ofree_ij) PetscCall(PetscShmgetDeallocateArray((void **)&aij->i)); in MatSetSeqAIJWithArrays_private()