Lines Matching refs:container
4663 PetscContainer container; in MatCreateMPIAIJSumSeqAIJNumeric() local
4672 PetscCall(PetscObjectQuery((PetscObject)mpimat, "MatMergeSeqsToMPI", (PetscObject *)&container)); in MatCreateMPIAIJSumSeqAIJNumeric()
4673 …PetscCheck(container, PetscObjectComm((PetscObject)mpimat), PETSC_ERR_PLIB, "Mat not created from … in MatCreateMPIAIJSumSeqAIJNumeric()
4674 PetscCall(PetscContainerGetPointer(container, &merge)); in MatCreateMPIAIJSumSeqAIJNumeric()
4782 PetscContainer container; in MatCreateMPIAIJSumSeqAIJSymbolic() local
4992 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &container)); in MatCreateMPIAIJSumSeqAIJSymbolic()
4993 PetscCall(PetscContainerSetPointer(container, merge)); in MatCreateMPIAIJSumSeqAIJSymbolic()
4994 PetscCall(PetscContainerSetCtxDestroy(container, MatMergeSeqsToMPIDestroy)); in MatCreateMPIAIJSumSeqAIJSymbolic()
4995 PetscCall(PetscObjectCompose((PetscObject)B_mpi, "MatMergeSeqsToMPI", (PetscObject)container)); in MatCreateMPIAIJSumSeqAIJSymbolic()
4996 PetscCall(PetscContainerDestroy(&container)); in MatCreateMPIAIJSumSeqAIJSymbolic()
6346 PetscContainer container; in MatSetPreallocationCOO_MPIAIJ() local
6697 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &container)); in MatSetPreallocationCOO_MPIAIJ()
6698 PetscCall(PetscContainerSetPointer(container, coo)); in MatSetPreallocationCOO_MPIAIJ()
6699 PetscCall(PetscContainerSetCtxDestroy(container, MatCOOStructDestroy_MPIAIJ)); in MatSetPreallocationCOO_MPIAIJ()
6700 …tscCall(PetscObjectCompose((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject)container)); in MatSetPreallocationCOO_MPIAIJ()
6701 PetscCall(PetscContainerDestroy(&container)); in MatSetPreallocationCOO_MPIAIJ()
6715 PetscContainer container; in MatSetValuesCOO_MPIAIJ() local
6719 …scCall(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container)); in MatSetValuesCOO_MPIAIJ()
6720 …PetscCheck(container, PetscObjectComm((PetscObject)mat), PETSC_ERR_PLIB, "Not found MatCOOStruct o… in MatSetValuesCOO_MPIAIJ()
6721 PetscCall(PetscContainerGetPointer(container, &coo)); in MatSetValuesCOO_MPIAIJ()