Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dmpits.c27 PetscErrorCode PetscCommBuildTwoSidedSetType(MPI_Comm comm, PetscBuildTwoSidedType twosided) in PetscCommBuildTwoSidedSetType() argument
32 b1[0] = -(PetscMPIInt)twosided; in PetscCommBuildTwoSidedSetType()
33 b1[1] = (PetscMPIInt)twosided; in PetscCommBuildTwoSidedSetType()
37 _twosided_type = twosided; in PetscCommBuildTwoSidedSetType()
54 PetscErrorCode PetscCommBuildTwoSidedGetType(MPI_Comm comm, PetscBuildTwoSidedType *twosided) in PetscCommBuildTwoSidedGetType() argument
59 *twosided = PETSC_BUILDTWOSIDED_NOTSET; in PetscCommBuildTwoSidedGetType()
68 *twosided = _twosided_type; in PetscCommBuildTwoSidedGetType()