Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/
H A Dcomb.c46 (*sr)->numopsend = 0; in PetscSplitReductionCreate()
120 …PetscCheck(sr->numopsend <= 0, PETSC_COMM_SELF, PETSC_ERR_ORDER, "Cannot call this after VecxxxEnd… in PetscCommSplitReductionBegin()
158 sr->numopsend = 0; in PetscCommSplitReductionBegin()
203 …PetscCheck(sr->numopsend <= 0, PETSC_COMM_SELF, PETSC_ERR_ORDER, "Cannot call this after VecxxxEnd… in PetscSplitReductionApply()
233 sr->numopsend = 0; in PetscSplitReductionApply()
390 …PetscCheck(sr->numopsend < sr->numopsbegin, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Called Vec… in VecDotEnd()
391 …PetscCheck(!x || (void *)x == sr->invecs[sr->numopsend], PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE… in VecDotEnd()
392 …PetscCheck(sr->reducetype[sr->numopsend] == PETSC_SR_REDUCE_SUM, PETSC_COMM_SELF, PETSC_ERR_ARG_WR… in VecDotEnd()
393 *result = sr->gvalues[sr->numopsend++]; in VecDotEnd()
398 if (sr->numopsend == sr->numopsbegin) { in VecDotEnd()
[all …]
/petsc/include/petsc/private/
H A Dpetscimpl.h1490 PetscMPIInt numopsend; /* number of requests that have been gotten by user */ member