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.c807 PetscInt dof, q, qdof, parent; in DMPlexTreeExchangeSupports() local
816 PetscCall(DMPlexGetTrueSupportSize(dm, q, &qdof, numTrueSupp)); in DMPlexTreeExchangeSupports()
817 PetscCall(PetscSectionAddDof(newSupportSection, p, qdof)); in DMPlexTreeExchangeSupports()
829 PetscInt dof, off, q, qdof, qoff, newDof, newOff, newqOff, i, parent; in DMPlexTreeExchangeSupports() local
852 PetscCall(PetscSectionGetDof(mesh->supportSection, q, &qdof)); in DMPlexTreeExchangeSupports()
855 for (i = 0; i < qdof; i++) { in DMPlexTreeExchangeSupports()