Searched refs:aSecDof (Results 1 – 1 of 1) sorted by relevance
1321 PetscInt aSecDof, aSecOff; in DMPlexComputeAnchorMatrix_Tree_Direct() local1324 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()