Searched refs:iopt (Results 1 – 1 of 1) sorted by relevance
234 const PetscInt *iopt = opt ? opt->array : NULL; in Pack() local246 PetscInt t = (iopt ? MapTidToIndex(iopt, tid) : (idx ? idx[tid] : start + tid)) * MBS; in Pack()257 const PetscInt *iopt = opt ? opt->array : NULL; in UnpackAndOp() local266 PetscInt t = (iopt ? MapTidToIndex(iopt, tid) : (idx ? idx[tid] : start + tid)) * MBS; in UnpackAndOp()