Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex24.c95 PetscInt tdof = i % 2 ? 2 * i - 1 : i + 2; in main() local
96 PetscCall(PetscSectionSetDof(tpws, i, tdof)); in main()
180 PetscInt tdof = i % 2 ? i + 1 : size - i; in main() local
181 PetscCall(PetscSectionSetDof(tpws, i, tdof)); in main()