Home
last modified time | relevance | path

Searched refs:MPIPetsc_Type_unwrap (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/interface/
H A Dsftype.c69 PetscErrorCode MPIPetsc_Type_unwrap(MPI_Datatype a, MPI_Datatype *atype, PetscBool *flg) in MPIPetsc_Type_unwrap() function
85 PetscCall(MPIPetsc_Type_unwrap(types[0], atype, flg)); in MPIPetsc_Type_unwrap()
98 PetscCall(MPIPetsc_Type_unwrap(types[0], atype, flg)); in MPIPetsc_Type_unwrap()
121 PetscCall(MPIPetsc_Type_unwrap(a, &atype, &freeatype)); in MPIPetsc_Type_compare()
122 PetscCall(MPIPetsc_Type_unwrap(b, &btype, &freebtype)); in MPIPetsc_Type_compare()
191 PetscCall(MPIPetsc_Type_unwrap(a, &atype, &freeatype)); in MPIPetsc_Type_compare_contig()
192 PetscCall(MPIPetsc_Type_unwrap(b, &btype, &freebtype)); in MPIPetsc_Type_compare_contig()
/petsc/include/petsc/private/
H A Dsfimpl.h146 PETSC_INTERN PetscErrorCode MPIPetsc_Type_unwrap(MPI_Datatype, MPI_Datatype *, PetscBool *);