Home
last modified time | relevance | path

Searched refs:cur_ilen (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c598 PetscCount cur_ilen, cur_jlen; /* current len of ia_alloc[], ja_alloc[] */ member
627 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()