Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx50 PetscContainer container_h; in MatSetPreallocationCOO_MPIAIJHIPSPARSE() local
83 …Call(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container_h)); in MatSetPreallocationCOO_MPIAIJHIPSPARSE()
84 PetscCall(PetscContainerGetPointer(container_h, &coo_h)); in MatSetPreallocationCOO_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu50 PetscContainer container_h; in MatSetPreallocationCOO_MPIAIJCUSPARSE() local
83 …Call(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container_h)); in MatSetPreallocationCOO_MPIAIJCUSPARSE()
84 PetscCall(PetscContainerGetPointer(container_h, &coo_h)); in MatSetPreallocationCOO_MPIAIJCUSPARSE()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1552 PetscContainer container_h, container_d; in MatSetPreallocationCOO_MPIAIJKokkos() local
1564 …Call(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container_h)); in MatSetPreallocationCOO_MPIAIJKokkos()
1565 PetscCall(PetscContainerGetPointer(container_h, &coo_h)); in MatSetPreallocationCOO_MPIAIJKokkos()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1371 PetscContainer container_h; in MatSetPreallocationCOO_SeqAIJKokkos() local
1384 …Call(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container_h)); in MatSetPreallocationCOO_SeqAIJKokkos()
1385 PetscCall(PetscContainerGetPointer(container_h, &coo_h)); in MatSetPreallocationCOO_SeqAIJKokkos()
/petsc/src/mat/interface/
H A Dmatrix.c4934 PetscObject dm, container_h, container_d; in MatDuplicate() local
4967 PetscCall(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", &container_h)); in MatDuplicate()
4968 …if (container_h) PetscCall(PetscObjectCompose((PetscObject)B, "__PETSc_MatCOOStruct_Host", contain… in MatDuplicate()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3735 PetscContainer container_h; in MatSetPreallocationCOO_SeqAIJHIPSPARSE() local
3756 …Call(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container_h)); in MatSetPreallocationCOO_SeqAIJHIPSPARSE()
3757 PetscCall(PetscContainerGetPointer(container_h, &coo_h)); in MatSetPreallocationCOO_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4377 PetscContainer container_h; in MatSetPreallocationCOO_SeqAIJCUSPARSE() local
4399 …Call(PetscObjectQuery((PetscObject)mat, "__PETSc_MatCOOStruct_Host", (PetscObject *)&container_h)); in MatSetPreallocationCOO_SeqAIJCUSPARSE()
4400 PetscCall(PetscContainerGetPointer(container_h, &coo_h)); in MatSetPreallocationCOO_SeqAIJCUSPARSE()