Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1391 … numFields, maxFields, f, pRefStart, pRefEnd, p, *rows, *cols, maxDof, maxAnDof, **refPointFieldN; in DMPlexReferenceTreeGetChildrenMatrices() local
1411 PetscCall(PetscSectionGetMaxDof(refAnSec, &maxAnDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1413 PetscCall(PetscMalloc1(maxDof * maxAnDof, &cols)); in DMPlexReferenceTreeGetChildrenMatrices()
1546 …PetscInt numFields, maxFields, f, pRefStart, pRefEnd, p, maxDof, maxAnDof, *perm, *iperm, p… in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1568 PetscCall(PetscSectionGetMaxDof(refAnSec, &maxAnDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1569 PetscCall(PetscMalloc1(maxDof * maxDof * maxAnDof, &pointWork)); in DMPlexComputeAnchorMatrix_Tree_FromReference()