Searched refs:aijsell (Results 1 – 1 of 1) sorted by relevance
22 Mat_SeqAIJSELL *aijsell = (Mat_SeqAIJSELL *)A->spptr; in MatConvert_SeqAIJSELL_SeqAIJ() local39 if (reuse == MAT_INITIAL_MATRIX) aijsell = (Mat_SeqAIJSELL *)B->spptr; in MatConvert_SeqAIJSELL_SeqAIJ()43 PetscCall(MatDestroy(&aijsell->S)); in MatConvert_SeqAIJSELL_SeqAIJ()55 Mat_SeqAIJSELL *aijsell = (Mat_SeqAIJSELL *)A->spptr; in MatDestroy_SeqAIJSELL() local60 if (aijsell) { in MatDestroy_SeqAIJSELL()62 PetscCall(MatDestroy(&aijsell->S)); in MatDestroy_SeqAIJSELL()81 Mat_SeqAIJSELL *aijsell = (Mat_SeqAIJSELL *)A->spptr; in MatSeqAIJSELL_build_shadow() local86 if (aijsell->S && aijsell->state == state) { in MatSeqAIJSELL_build_shadow()92 if (aijsell->S) { in MatSeqAIJSELL_build_shadow()93 PetscCall(MatConvert_SeqAIJ_SeqSELL(A, MATSEQSELL, MAT_REUSE_MATRIX, &aijsell->S)); in MatSeqAIJSELL_build_shadow()[all …]