Searched refs:a_srcidx (Results 1 – 1 of 1) sorted by relevance
222 PetscErrorCode PetscCDMoveAppend(PetscCoarsenData *ail, PetscInt a_destidx, PetscInt a_srcidx) in PetscCDMoveAppend() argument227 …PetscCheck(a_srcidx < 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()231 if (!n) ail->array[a_destidx] = ail->array[a_srcidx]; in PetscCDMoveAppend()235 n->next = ail->array[a_srcidx]; // append in PetscCDMoveAppend()241 ail->array[a_srcidx] = NULL; // empty in PetscCDMoveAppend()