Searched refs:arr0 (Results 1 – 2 of 2) sorted by relevance
138 arr0 = self.vec.getArray().copy()139 self.assertEqual(arr0.sum(), self.vec.getLocalSize())140 arr0 = self.vec.getArray().copy()
3322 const PetscInt *arr0 = NULL, *cone = NULL; in DMPlexGetConeRecursive() local3335 PetscCall(ISGetIndices(points, &arr0)); in DMPlexGetConeRecursive()3339 arr = (PetscInt *)arr0; /* this is ok because first generation of arr is not modified */ in DMPlexGetConeRecursive()3369 PetscCall(ISRestoreIndices(points, &arr0)); in DMPlexGetConeRecursive()