Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dserver.c324 PetscErrorCode PetscShmgetDeallocateArray(void *addr[]) in PetscShmgetDeallocateArray() function
383 *ierr = PetscShmgetDeallocateArray((void **)&aa); in petscshmgetdeallocatearrayscalar_()
403 *ierr = PetscShmgetDeallocateArray((void **)&aa); in petscshmgetdeallocatearrayint_()
/petsc/src/mat/impls/aij/seq/seqviennacl/
H A Daijviennacl.cxx113 if (a->free_a) PetscCall(PetscShmgetDeallocateArray((void **)a->a)); in MatViennaCLCopyFromGPU()
114 if (a->free_ij) PetscCall(PetscShmgetDeallocateArray((void **)a->j)); in MatViennaCLCopyFromGPU()
115 if (a->free_ij) PetscCall(PetscShmgetDeallocateArray((void **)a->i)); in MatViennaCLCopyFromGPU()
/petsc/src/mat/impls/aij/seq/
H A Daij.h214 if (a->free_a) PetscCall(PetscShmgetDeallocateArray((void **)array)); in MatXAIJDeallocatea()
227 if (A->free_a) PetscCall(PetscShmgetDeallocateArray((void **)a)); in MatSeqXAIJFreeAIJ()
228 if (A->free_ij) PetscCall(PetscShmgetDeallocateArray((void **)j)); in MatSeqXAIJFreeAIJ()
229 if (A->free_ij) PetscCall(PetscShmgetDeallocateArray((void **)i)); in MatSeqXAIJFreeAIJ()
H A Dmatmatmult.c57 if (ofree_a) PetscCall(PetscShmgetDeallocateArray((void **)&aij->a)); 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()
H A Daij.c1723 if (free_a) PetscCall(PetscShmgetDeallocateArray((void **)&olda)); in MatShift_SeqAIJ()
1724 if (free_ij) PetscCall(PetscShmgetDeallocateArray((void **)&oldj)); in MatShift_SeqAIJ()
1725 if (free_ij) PetscCall(PetscShmgetDeallocateArray((void **)&oldi)); in MatShift_SeqAIJ()
4708 PetscCall(PetscShmgetDeallocateArray((void **)&Aj)); in MatSetPreallocationCOO_SeqAIJ()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c642 if (vs) PetscCall(PetscShmgetDeallocateArray((void **)&vs->array_allocated)); in VecDestroy_Seq()
/petsc/include/
H A Dpetscsys.h2964 PETSC_EXTERN PetscErrorCode PetscShmgetDeallocateArray(void **);
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact.c151 PetscCall(PetscShmgetDeallocateArray((void **)&ju)); in MatCholeskyFactorSymbolic_SeqSBAIJ_MSR()