Searched refs:conDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1246 PetscInt conDof; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1250 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1252 PetscCall(PetscSectionGetDof(cSec, p, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1254 if (conDof) break; in DMPlexComputeAnchorMatrix_Tree_Direct() 1299 PetscInt conDof, conOff, aDof, aOff, nWork; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1307 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1310 PetscCall(PetscSectionGetDof(cSec, p, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1313 if (!conDof) continue; in DMPlexComputeAnchorMatrix_Tree_Direct()
|