Searched refs:cur_ilen (Results 1 – 1 of 1) sorted by relevance
598 PetscCount cur_ilen, cur_jlen; /* current len of ia_alloc[], ja_alloc[] */ member627 if (nrow + 1 > mumps->cur_ilen) { /* realloc ia_alloc/ja_alloc to fit ia/ja */ in PetscMUMPSIntCSRCast()630 mumps->cur_ilen = nrow + 1; in PetscMUMPSIntCSRCast()