Lines Matching refs:dofU
176 PetscInt *dofU, *dofA, *dofS; in main() local
196 dofU = dofUP1Tri; in main()
199 dofU = dofUP2Tri; in main()
205 dofU = dofUP1Quad; in main()
208 dofU = dofUP2Quad; in main()
214 dofU = dofUP1Tet; in main()
217 dofU = dofUP2Tet; in main()
223 dofU = dofUP1Hex; in main()
226 dofU = dofUP2Hex; in main()
243 PetscCall(PetscSectionSetDof(section, closure[2 * p], dofU[d] + dofA[d] + dofS[d])); in main()
244 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldU, dofU[d])); in main()