Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex64.c25 const PetscInt fieldS = 1; in main() local
55 PetscCall(PetscSectionSetFieldName(section, fieldS, "Sigma")); in main()
63 PetscCall(PetscSectionSetFieldComponents(section, fieldS, sdim * (sdim + 1) / 2)); in main()
166 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldS, dofS[d])); in main()
186 PetscCall(DMCreateSubDM(dm, 1, &fieldS, &seqisS, &seqdmS)); in main()
282 PetscCall(DMCreateSubDM(pdm, 1, &fieldS, &isS, &dmS)); in main()
H A Dex26.c22 const PetscInt fieldS = 1; in main() local
135 PetscCall(PetscSectionSetFieldName(section, fieldS, "Sigma")); in main()
143 PetscCall(PetscSectionSetFieldComponents(section, fieldS, sdim * (sdim + 1) / 2)); in main()
246 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldS, dofS[d])); in main()
284 PetscCall(DMCreateSubDM(pdm, 1, &fieldS, &isS, &dmS)); in main()
H A Dex26f90.F9020 PetscInt :: fieldS = 1
199 PetscCallA(PetscSectionSetFieldName(section, fieldS, 'Sigma', ierr))
212 PetscCallA(PetscSectionSetFieldComponents(section, fieldS, sdim*(sdim + 1)/2, ierr))
289 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldS, dofS(d), ierr))
324 PetscCallA(DMCreateSubDM(pdm, 1_kPI, [fieldS], isS, dmS, ierr))
H A Dex62f90.F9020 PetscInt :: fieldS = 1
186 PetscCallA(PetscSectionSetFieldName(section, fieldS, 'Sigma', ierr))
199 PetscCallA(PetscSectionSetFieldComponents(section, fieldS, sdim*(sdim + 1)/2, ierr))
272 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldS, dofS(d), ierr))
308 PetscCallA(DMCreateSubDM(pdm, 1_kPI, [fieldS], isS, dmS, ierr))