Home
last modified time | relevance | path

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

/petsc/doc/
H A Dbuild_man_index.py140outbuf = tmpbuf + '\n[Index of all %s routines](index.md) \n' % secname + '[Table of Contents for…
144 fd.write(':orphan:\n'+outbuf)
/petsc/src/sys/objects/
H A Dpinit.c1827 static inline PetscMPIInt MPIU_Allreduce_Count(const void *inbuf, void *outbuf, MPIU_Count count, M… in MPIU_Allreduce_Count() argument
1834 err = MPI_Allreduce((void *)inbuf, outbuf, count2, dtype, op, comm); in MPIU_Allreduce_Count()
1836 err = MPI_Allreduce_c((void *)inbuf, outbuf, count, dtype, op, comm); in MPIU_Allreduce_Count()
1844 PetscMPIInt MPIU_Allreduce_Private(const void *inbuf, void *outbuf, MPIU_Count count, MPI_Datatype … in MPIU_Allreduce_Private() argument
1857 outcnt = *(PetscInt32 *)outbuf; in MPIU_Allreduce_Private()
1862 *(PetscInt32 *)outbuf = (PetscInt32)outcnt; in MPIU_Allreduce_Private()
1864 err = MPIU_Allreduce_Count(inbuf, outbuf, count, dtype, op, comm); in MPIU_Allreduce_Private()
/petsc/include/petsc/mpiuni/
H A Dmpi.h486 #define MPI_Pack(inbuf, incount, datatype, outbuf, outsize, position, comm) \ argument
487 …(MPIUNI_ARG(inbuf), MPIUNI_ARG(incount), MPIUNI_ARG(datatype), MPIUNI_ARG(outbuf), MPIUNI_ARG(outs…
488 #define MPI_Unpack(inbuf, insize, position, outbuf, outcount, datatype, comm) \ argument
489 …(MPIUNI_ARG(inbuf), MPIUNI_ARG(insize), MPIUNI_ARG(position), MPIUNI_ARG(outbuf), MPIUNI_ARG(outco…
/petsc/src/sys/mpiuni/
H A Dmpi.c746 PETSC_EXTERN void petsc_mpi_pack_(void *inbuf, int *incount, int *datatype, void *outbuf, int *outs… in petsc_mpi_pack_() argument
751 PETSC_EXTERN void petsc_mpi_unpack_(void *inbuf, int *insize, int *position, void *outbuf, int *out… in petsc_mpi_unpack_() argument
/petsc/include/
H A Dpetscsys.h2789 static inline PetscMPIInt MPIU_Reduce(const void *inbuf, void *outbuf, MPIU_Count count, MPI_Dataty… in MPIU_Reduce() argument
2794 err = MPI_Reduce((void *)inbuf, outbuf, count2, dtype, op, root, comm); in MPIU_Reduce()
2841 …#define MPIU_Reduce(inbuf, outbuf, count, dtype, op, root, comm) MPI_Reduce_c(inbuf, outbuf, … argument