Home
last modified time | relevance | path

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

/petsc/src/dm/impls/composite/ !
H A Dpackm.c88 PetscInt nc, rstart, *ccols, maxnc; in DMCreateMatrix_Composite_AIJ() local
102 maxnc = 0; in DMCreateMatrix_Composite_AIJ()
105 maxnc = PetscMax(nc, maxnc); in DMCreateMatrix_Composite_AIJ()
108 PetscCall(PetscMalloc1(maxnc, &ccols)); in DMCreateMatrix_Composite_AIJ()
135 PetscInt nc, rstart, row, maxnc, *ccols; in DMCreateMatrix_Composite_AIJ() local
149 maxnc = 0; in DMCreateMatrix_Composite_AIJ()
152 maxnc = PetscMax(nc, maxnc); in DMCreateMatrix_Composite_AIJ()
155 PetscCall(PetscMalloc1(maxnc, &ccols)); in DMCreateMatrix_Composite_AIJ()