Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2150 PetscInt pspdim; in PetscDualSpaceSetUp_Lagrange() local
2152 PetscCall(PetscDualSpaceGetInteriorDimension(sp->pointSpaces[p], &pspdim)); in PetscDualSpaceSetUp_Lagrange()
2153 PetscCall(PetscSectionSetDof(section, p, pspdim)); in PetscDualSpaceSetUp_Lagrange()