Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex26.c176 PetscInt *dofU, *dofA, *dofS; in main() local
180 dofS = dofS2D; in main()
183 dofS = dofS3D; in main()
243 PetscCall(PetscSectionSetDof(section, closure[2 * p], dofU[d] + dofA[d] + dofS[d])); in main()
246 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldS, dofS[d])); in main()
H A Dex64.c96 PetscInt *dofU, *dofA, *dofS; in main() local
100 dofS = dofS2D; in main()
103 dofS = dofS3D; in main()
163 PetscCall(PetscSectionSetDof(section, closure[2 * p], dofU[d] + dofA[d] + dofS[d])); in main()
166 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldS, dofS[d])); in main()
H A Dex26f90.F9088 PetscInt, dimension(:), pointer :: dofU, dofA, dofS
222 nullify (dofS)
286 PetscCallA(PetscSectionSetDof(section, closure(p), dofU(d) + dofA(d) + dofS(d), ierr))
289 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldS, dofS(d), ierr))
H A Dex62f90.F9071 PetscInt, dimension(:), pointer :: dofU, dofA, dofS
269 PetscCallA(PetscSectionSetDof(section, closure(p), dofU(d) + dofA(d) + dofS(d), ierr))
272 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldS, dofS(d), ierr))