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