Searched refs:maxColumns (Results 1 – 1 of 1) sorted by relevance
2497 PetscInt pRefStart, pRefEnd, maxConDof, maxColumns, leafStart, leafEnd; in DMPlexComputeInterpolatorTree() local2677 PetscCall(PetscSectionGetMaxDof(leafIndicesSec, &maxColumns)); in DMPlexComputeInterpolatorTree()2678 PetscCall(PetscMalloc1(maxConDof * maxColumns, &pointWork)); in DMPlexComputeInterpolatorTree()