Searched refs:a_destidx (Results 1 – 1 of 1) sorted by relevance
222 PetscErrorCode PetscCDMoveAppend(PetscCoarsenData *ail, PetscInt a_destidx, PetscInt a_srcidx) in PetscCDMoveAppend() argument228 …PetscCheck(a_destidx < ail->size, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Index %" PetscInt_FMT " out of… in PetscCDMoveAppend()229 …PetscCheck(a_destidx != a_srcidx, PETSC_COMM_SELF, PETSC_ERR_PLIB, "a_destidx==a_srcidx %" PetscIn… in PetscCDMoveAppend()230 n = ail->array[a_destidx]; in PetscCDMoveAppend()231 if (!n) ail->array[a_destidx] = ail->array[a_srcidx]; in PetscCDMoveAppend()