Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c560 PetscInt q = vals[off + i], qDof = 0; in AnchorsFlatten() local
562 if (q >= pStart && q < pEnd) PetscCall(PetscSectionGetDof(section, q, &qDof)); in AnchorsFlatten()
563 if (qDof) PetscCall(PetscSectionAddDof(secNew, p, qDof)); in AnchorsFlatten()
580 PetscInt q = vals[off + i], qDof = 0, qOff = 0, j; in AnchorsFlatten() local
583 PetscCall(PetscSectionGetDof(section, q, &qDof)); in AnchorsFlatten()
586 if (qDof) { in AnchorsFlatten()
589 for (j = 0; j < qDof; j++) { in AnchorsFlatten()