| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex24.c | 92 PetscCall(PetscSectionCreate(comm, &tpws)); in main() 112 PetscCall(PetscSectionCreate(comm, &s1)); in main() 123 PetscCall(PetscSectionCreate(comm, &s2)); in main() 177 PetscCall(PetscSectionCreate(comm, &tpws)); in main() 192 PetscCall(PetscSectionCreate(comm, &s1)); in main() 203 PetscCall(PetscSectionCreate(comm, &s2)); in main()
|
| H A D | ex31.c | 64 PetscCall(PetscSectionCreate(comm, &s)); in main() 84 PetscCall(PetscSectionCreate(comm, &s)); in main()
|
| H A D | ex48.c | 20 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), §ion)); in main()
|
| H A D | ex48f90.F90 | 25 PetscCallA(PetscSectionCreate(PETSC_COMM_WORLD, section, ierr))
|
| H A D | ex47.c | 439 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &s)); in main() 492 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &s)); in main()
|
| H A D | ex98.c | 35 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), §ion)); in main()
|
| H A D | ex21.c | 206 PetscCall(PetscSectionCreate(comm, §ion)); in main() 398 PetscCall(PetscSectionCreate(comm, §ion)); in main()
|
| H A D | ex98f90.F90 | 43 PetscCallA(PetscSectionCreate(comm, section, ierr))
|
| H A D | ex36.c | 25 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)*v), &dist_section)); in redistribute_vec()
|
| /petsc/src/dm/partitioner/tests/ |
| H A D | ex33.c | 34 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &partSection)); in main() 37 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &vertexSection)); in main() 44 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &targetSection)); in main()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex40f90.F90 | 13 PetscCallA(PetscSectionCreate(PETSC_COMM_WORLD, section, ierr))
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 132 PetscCall(PetscSectionCreate(comm, §ion)); in main() 215 PetscCall(PetscSectionCreate(comm, §ion)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 26 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)sec), &osec)); in DMTransferMaterialParameters() 89 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)odm), &tsec)); in DMCreateDomainDecomposition_Plex() 163 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)odm), &tsec)); in DMCreateDomainDecomposition_Plex() 181 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)tsec), &sec)); in DMCreateDomainDecomposition_Plex() 335 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)sec), &osec)); in DMCreateNeumannOverlap_Plex()
|
| H A D | plexindices.c | 32 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &closureSection)); in DMPlexCreateClosureIndex()
|
| H A D | plexnatural.c | 92 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), §ion)); in DMPlexCreateGlobalToNaturalSF() 99 PetscCall(PetscSectionCreate(comm, §ionDist)); in DMPlexCreateGlobalToNaturalSF() 218 PetscCall(PetscSectionCreate(comm, &newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
|
| H A D | plexpreallocate.c | 16 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &adjSec)); in DMPlexComputeAnchorAdjacencies() 28 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)aSec), &inverseSec)); in DMPlexComputeAnchorAdjacencies() 266 PetscCall(PetscSectionCreate(comm, &leafSectionAdj)); in DMPlexCreateAdjacencySection_Static() 268 PetscCall(PetscSectionCreate(comm, &rootSectionAdj)); in DMPlexCreateAdjacencySection_Static() 308 PetscCall(PetscSectionCreate(comm, &myRankPairSection)); in DMPlexCreateAdjacencySection_Static() 567 PetscCall(PetscSectionCreate(comm, §ionAdj)); in DMPlexCreateAdjacencySection_Static()
|
| H A D | plextree.c | 235 PetscCall(PetscSectionCreate(comm, &unionSection)); in DMPlexCreateReferenceTree_Union() 275 PetscCall(PetscSectionCreate(comm, &unionConeSection)); in DMPlexCreateReferenceTree_Union() 384 PetscCall(PetscSectionCreate(comm, &parentSection)); in DMPlexCreateReferenceTree_Union() 495 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)pSec), &childSec)); in DMPlexTreeSymmetrize() 537 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &secNew)); in AnchorsFlatten() 623 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &secComp)); in AnchorsFlatten() 683 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &aSec)); in DMPlexCreateAnchors_Tree() 796 …PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)mesh->supportSection), &newSupportSectio… in DMPlexTreeExchangeSupports() 1780 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &parentSection)); in DMPlexTreeRefineCell() 2127 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)coarse), &rootIndicesSec)); in DMPlexComputeInterpolatorTree() [all …]
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 12 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &s)); in SetupSection()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex1.c | 37 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)forest), &s)); in main()
|
| H A D | ex3.c | 81 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)forest), &s)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 5 PetscErrorCode PetscSectionCreate(MPI_Comm, PetscSection*)
|
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 94 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &s->bc)); in PetscSectionCheckConstraints_Private()
|
| /petsc/src/dm/dt/dualspace/impls/simple/ |
| H A D | dspacesimple.c | 14 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, §ion)); in PetscDualSpaceSetUp_Simple()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 37 PetscErrorCode PetscSectionCreate(MPI_Comm comm, PetscSection *s) in PetscSectionCreate() function 198 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), newSection)); in PetscSectionClone() 396 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), &s->field[f])); in PetscSectionSetNumFields() 1492 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), &gs)); in PetscSectionCreateGlobalSection() 1632 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), gsection)); in PetscSectionCreateGlobalSectionCensored() 2038 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), subs)); in PetscSectionCreateSubsection() 2146 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), subs)); in PetscSectionCreateComponentSubsection() 2211 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s[0]), supers)); in PetscSectionCreateSupersection() 2305 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), subs)); in PetscSectionCreateSubplexSection_Private() 3100 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), &sNew)); in PetscSectionPermute() [all …]
|
| /petsc/src/dm/partitioner/impls/shell/ |
| H A D | partshell.c | 193 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)part), &p->section)); in PetscPartitionerShellSetPartition()
|