Home
last modified time | relevance | path

Searched defs:mop (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/sf/tutorials/
H A Dex1.c45 MPI_Op mop = MPI_OP_NULL; /* initialize to prevent compiler warnings with cxx_quad build */ in main() local
/petsc/src/vec/vec/utils/
H A Dvscat.c44 MPI_Op mop = MPI_OP_NULL; in VecScatterBegin_Internal() local
81 MPI_Op mop = MPI_OP_NULL; in VecScatterEnd_Internal() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c2096 PetscErrorCode PCBDDCConsistencyCheckIS(PC pc, MPI_Op mop, IS *is) in PCBDDCConsistencyCheckIS()