Lines Matching refs:dofU
96 PetscInt *dofU, *dofA, *dofS; in main() local
116 dofU = dofUP1Tri; in main()
119 dofU = dofUP2Tri; in main()
125 dofU = dofUP1Quad; in main()
128 dofU = dofUP2Quad; in main()
134 dofU = dofUP1Tet; in main()
137 dofU = dofUP2Tet; in main()
143 dofU = dofUP1Hex; in main()
146 dofU = dofUP2Hex; in main()
163 PetscCall(PetscSectionSetDof(section, closure[2 * p], dofU[d] + dofA[d] + dofS[d])); in main()
164 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldU, dofU[d])); in main()