Searched refs:ropt (Results 1 – 1 of 1) sorted by relevance
277 const PetscInt *ropt = opt ? opt->array : NULL; in FetchAndOp() local285 PetscInt r = (ropt ? MapTidToIndex(ropt, tid) : (idx ? idx[tid] : start + tid)) * MBS; in FetchAndOp()383 const PetscInt *ropt = rootopt ? rootopt->array : NULL; in FetchAndOpLocal() local392 … PetscInt r = (ropt ? MapTidToIndex(ropt, tid) : (rootidx ? rootidx[tid] : rootstart + tid)) * MBS; in FetchAndOpLocal()