Home
last modified time | relevance | path

Searched refs:is2PetscInt (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx641 PetscBool is2Int, is2PetscInt; in PetscSFLinkSetUp_Kokkos() local
659 PetscCall(MPIPetsc_Type_compare(unit, MPIU_2INT, &is2PetscInt)); in PetscSFLinkSetUp_Kokkos()
663 …} else if (is2PetscInt) { /* TODO: when is2PetscInt and nPetscInt=2, we don't know which path to t… in PetscSFLinkSetUp_Kokkos()
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp645 PetscBool is2Int, is2PetscInt; in LinkSetUp() local
662 PetscCall(MPIPetsc_Type_compare(unit, MPIU_2INT, &is2PetscInt)); in LinkSetUp()
666 …} else if (is2PetscInt) { /* TODO: when is2PetscInt and nPetscInt=2, we don't know which path to t… in LinkSetUp()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c511 PetscBool is2Int, is2PetscInt; in PetscSFLinkSetUp_Host() local
529 PetscCall(MPIPetsc_Type_compare(unit, MPIU_2INT, &is2PetscInt)); in PetscSFLinkSetUp_Host()
542 …} else if (is2PetscInt) { /* TODO: when is2PetscInt and nPetscInt=2, we don't know which path to t… in PetscSFLinkSetUp_Host()