Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c438 PetscCall(PetscSFGetDatatypeSize_Internal(PetscObjectComm((PetscObject)sf), unit, &bytes)); in PetscSFGetWindow()
613 PetscCall(PetscSFGetDatatypeSize_Internal(PetscObjectComm((PetscObject)sf), unit, &bytes)); in PetscSFFindWindow()
871 PetscCall(PetscSFGetDatatypeSize_Internal(PetscObjectComm((PetscObject)sf), unit, &bytes)); in PetscSFRegisterPersistent_Window()
912 PetscCall(PetscSFGetDatatypeSize_Internal(PetscObjectComm((PetscObject)sf), unit, &bytes)); in PetscSFDeregisterPersistent_Window()
/petsc/include/petsc/private/
H A Dsfimpl.h141 PETSC_INTERN PetscErrorCode PetscSFGetDatatypeSize_Internal(MPI_Comm, MPI_Datatype, MPI_Aint *);
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx742 PetscCall(PetscSFGetDatatypeSize_Internal(PETSC_COMM_SELF, unit, &nbyte)); in PetscSFLinkSetUp_Kokkos()
/petsc/src/vec/is/sf/interface/
H A Dsf.c2715 PETSC_INTERN PetscErrorCode PetscSFGetDatatypeSize_Internal(MPI_Comm comm, MPI_Datatype unit, MPI_A… in PetscSFGetDatatypeSize_Internal() function