Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex24.c76 PetscSection s1 = NULL, s2 = NULL, tpws = NULL; in main() local
92 PetscCall(PetscSectionCreate(comm, &tpws)); in main()
93 PetscCall(PetscSectionSetChart(tpws, 0, size)); in main()
96 PetscCall(PetscSectionSetDof(tpws, i, tdof)); in main()
101 PetscCall(PetscSectionSetDof(tpws, 0, 0)); in main()
103 PetscCall(PetscSectionSetUp(tpws)); in main()
113 PetscCall(PetscPartitionerDMPlexPartition(part1, dm1, tpws, s1, &is1)); in main()
124 PetscCall(PetscPartitionerDMPlexPartition(part2, dm2, tpws, s2, &is2)); in main()
153 PetscCall(PetscSectionDestroy(&tpws)); in main()
177 PetscCall(PetscSectionCreate(comm, &tpws)); in main()
[all …]