Searched refs:rowvalues_alloc (Results 1 – 2 of 2) sorted by relevance
29 PetscInt rowvalues_alloc; member
324 if (a->rowvalues_alloc < *nz) { in MatGetRow_MPIAdj()326 a->rowvalues_alloc = PetscMax(a->rowvalues_alloc * 2, *nz); in MatGetRow_MPIAdj()327 PetscCall(PetscMalloc1(a->rowvalues_alloc, &a->rowvalues)); in MatGetRow_MPIAdj()