Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2497 PetscInt pRefStart, pRefEnd, maxConDof, maxColumns, leafStart, leafEnd; in DMPlexComputeInterpolatorTree() local
2676 PetscCall(PetscSectionGetMaxDof(refConSec, &maxConDof)); in DMPlexComputeInterpolatorTree()
2678 PetscCall(PetscMalloc1(maxConDof * maxColumns, &pointWork)); in DMPlexComputeInterpolatorTree()