Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1321 PetscInt aSecDof, aSecOff; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1324 PetscCall(PetscSectionGetFieldDof(section, a, f, &aSecDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1327 PetscCall(PetscSectionGetDof(section, a, &aSecDof)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1330 if (!aSecDof) continue; in DMPlexComputeAnchorMatrix_Tree_Direct()