Home
last modified time | relevance | path

Searched refs:PetscSectionDestroy (Results 1 – 25 of 82) sorted by relevance

1234

/petsc/src/dm/impls/plex/tests/
H A Dex31.c74 PetscCall(PetscSectionDestroy(&s)); in main()
102 PetscCall(PetscSectionDestroy(&gsection)); in main()
117 PetscCall(PetscSectionDestroy(&gsection)); in main()
118 PetscCall(PetscSectionDestroy(&s)); in main()
H A Dex24.c153 PetscCall(PetscSectionDestroy(&tpws)); in main()
154 PetscCall(PetscSectionDestroy(&s1)); in main()
155 PetscCall(PetscSectionDestroy(&s2)); in main()
240 PetscCall(PetscSectionDestroy(&tpws)); in main()
241 PetscCall(PetscSectionDestroy(&s1)); in main()
242 PetscCall(PetscSectionDestroy(&s2)); in main()
H A Dex52.c23 PetscCall(PetscSectionDestroy(&section)); in CloneDMWithNewSection()
77 PetscCall(PetscSectionDestroy(&section)); in main()
H A Dex47.c460 PetscCall(PetscSectionDestroy(&s)); in main()
513 PetscCall(PetscSectionDestroy(&s)); in main()
539 PetscCall(PetscSectionDestroy(&s)); in main()
H A Dex10.c170 PetscCall(PetscSectionDestroy(&s)); in main()
177 PetscCall(PetscSectionDestroy(&s)); in main()
H A Dex48.c55 PetscCall(PetscSectionDestroy(&section)); in main()
H A Dex48f90.F9062 PetscCallA(PetscSectionDestroy(section, ierr))
H A Dex98.c89 PetscCall(PetscSectionDestroy(&section)); in main()
H A Dex21.c263 PetscCall(PetscSectionDestroy(&section)); in main()
415 PetscCall(PetscSectionDestroy(&section)); in main()
/petsc/src/vec/is/tests/
H A Dex5.c202 PetscCall(PetscSectionDestroy(&gsection)); in main()
203 PetscCall(PetscSectionDestroy(&section)); in main()
233 PetscCall(PetscSectionDestroy(&section)); in main()
/petsc/src/dm/partitioner/tests/
H A Dex33.c125 PetscCall(PetscSectionDestroy(&partSection)); in main()
126 PetscCall(PetscSectionDestroy(&vertexSection)); in main()
127 PetscCall(PetscSectionDestroy(&targetSection)); in main()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c151 PetscCall(PetscSectionDestroy(&gLocSection)); in DMPlexCreateGlobalToNaturalSF()
164 PetscCall(PetscSectionDestroy(&sectionDist)); in DMPlexCreateGlobalToNaturalSF()
166 if (destroyFlag) PetscCall(PetscSectionDestroy(&section)); in DMPlexCreateGlobalToNaturalSF()
233 PetscCall(PetscSectionDestroy(&newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
271 PetscCall(PetscSectionDestroy(&oldGlobalSection)); in DMPlexMigrateGlobalToNaturalSF()
272 PetscCall(PetscSectionDestroy(&newGlobalSection)); in DMPlexMigrateGlobalToNaturalSF()
H A Dplexdd.c36 PetscCall(PetscSectionDestroy(&osec)); in DMTransferMaterialParameters()
96 PetscCall(PetscSectionDestroy(&tsec)); in DMCreateDomainDecomposition_Plex()
170 PetscCall(PetscSectionDestroy(&tsec)); in DMCreateDomainDecomposition_Plex()
184 PetscCall(PetscSectionDestroy(&sec)); in DMCreateDomainDecomposition_Plex()
342 PetscCall(PetscSectionDestroy(&osec)); in DMCreateNeumannOverlap_Plex()
H A Dplexindices.c71 PetscCall(PetscSectionDestroy(&closureSection)); in DMPlexCreateClosureIndex()
H A Dplexreorder.c269 PetscCall(PetscSectionDestroy(&sectionNew)); in DMPlexPermute()
302 PetscCall(PetscSectionDestroy(&plexNew->coneSection)); in DMPlexPermute()
320 PetscCall(PetscSectionDestroy(&plexNew->supportSection)); in DMPlexPermute()
346 PetscCall(PetscSectionDestroy(&csNew)); in DMPlexPermute()
360 PetscCall(PetscSectionDestroy(&csNew)); in DMPlexPermute()
/petsc/src/vec/vec/tests/
H A Dex40f90.F9022 PetscCallA(PetscSectionDestroy(section, ierr))
/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c22 PetscCall(PetscSectionDestroy(&s)); in SetupSection()
H A Dex1.c60 PetscCall(PetscSectionDestroy(&section)); in main()
H A Dex14.c84 PetscCall(PetscSectionDestroy(&section)); in main()
H A Dex14f90.F9084 PetscCallA(PetscSectionDestroy(section, ierr))
H A Dex1f90.F9092 PetscCallA(PetscSectionDestroy(section, ierr))
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c14 PetscCall(PetscSectionDestroy(&p->section)); in PetscPartitionerReset_Shell()
191 PetscCall(PetscSectionDestroy(&p->section)); in PetscPartitionerShellSetPartition()
/petsc/src/dm/impls/forest/tests/
H A Dex1.c42 PetscCall(PetscSectionDestroy(&s)); in main()
/petsc/src/dm/tutorials/
H A Dex20.c166 PetscCall(PetscSectionDestroy(&section)); in pic_insert_DMPLEX_with_cell_list()
235 PetscCall(PetscSectionDestroy(&section)); in pic_insert_DMPLEX()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi11 PetscErrorCode PetscSectionDestroy(PetscSection*)

1234