Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex64.c23 const PetscInt fieldU = 0; in main() local
53 PetscCall(PetscSectionSetFieldName(section, fieldU, "U")); in main()
61 PetscCall(PetscSectionSetFieldComponents(section, fieldU, sdim)); in main()
164 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldU, dofU[d])); in main()
184 PetscCall(DMCreateSubDM(dm, 1, &fieldU, &seqisU, &seqdmU)); in main()
280 PetscCall(DMCreateSubDM(pdm, 1, &fieldU, &isU, &dmU)); in main()
H A Dex26.c20 const PetscInt fieldU = 0; in main() local
133 PetscCall(PetscSectionSetFieldName(section, fieldU, "U")); in main()
141 PetscCall(PetscSectionSetFieldComponents(section, fieldU, sdim)); in main()
244 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldU, dofU[d])); in main()
282 PetscCall(DMCreateSubDM(pdm, 1, &fieldU, &isU, &dmU)); in main()
H A Dex26f90.F9018 PetscInt :: fieldU = 0
197 PetscCallA(PetscSectionSetFieldName(section, fieldU, 'U', ierr))
210 PetscCallA(PetscSectionSetFieldComponents(section, fieldU, sdim, ierr))
287 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldU, dofU(d), ierr))
322 PetscCallA(DMCreateSubDM(pdm, 1_kPI, [fieldU], isU, dmU, ierr))
H A Dex62f90.F9018 PetscInt :: fieldU = 0
184 PetscCallA(PetscSectionSetFieldName(section, fieldU, 'U', ierr))
197 PetscCallA(PetscSectionSetFieldComponents(section, fieldU, sdim, ierr))
270 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldU, dofU(d), ierr))
306 PetscCallA(DMCreateSubDM(pdm, 1_kPI, [fieldU], isU, dmU, ierr))