Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c765 PetscInt rStart, rEnd, r, pStart, pEnd, p, len, maxRowLen = 0; in DMPlexFillMatrix_Static() local
771 maxRowLen = PetscMax(maxRowLen, len); in DMPlexFillMatrix_Static()
773 PetscCall(PetscCalloc1(maxRowLen, &values)); in DMPlexFillMatrix_Static()