Home
last modified time | relevance | path

Searched refs:PetscSectionCreate (Results 1 – 25 of 65) sorted by relevance

123

/petsc/src/dm/impls/plex/tests/
H A Dex24.c92 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 Dex31.c64 PetscCall(PetscSectionCreate(comm, &s)); in main()
84 PetscCall(PetscSectionCreate(comm, &s)); in main()
H A Dex48.c20 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &section)); in main()
H A Dex48f90.F9025 PetscCallA(PetscSectionCreate(PETSC_COMM_WORLD, section, ierr))
H A Dex47.c439 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &s)); in main()
492 PetscCall(PetscSectionCreate(PETSC_COMM_WORLD, &s)); in main()
H A Dex98.c35 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &section)); in main()
H A Dex21.c206 PetscCall(PetscSectionCreate(comm, &section)); in main()
398 PetscCall(PetscSectionCreate(comm, &section)); in main()
H A Dex98f90.F9043 PetscCallA(PetscSectionCreate(comm, section, ierr))
H A Dex36.c25 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)*v), &dist_section)); in redistribute_vec()
/petsc/src/dm/partitioner/tests/
H A Dex33.c34 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 Dex40f90.F9013 PetscCallA(PetscSectionCreate(PETSC_COMM_WORLD, section, ierr))
/petsc/src/vec/is/tests/
H A Dex5.c132 PetscCall(PetscSectionCreate(comm, &section)); in main()
215 PetscCall(PetscSectionCreate(comm, &section)); in main()
/petsc/src/dm/impls/plex/
H A Dplexdd.c26 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 Dplexindices.c32 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &closureSection)); in DMPlexCreateClosureIndex()
H A Dplexnatural.c92 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &section)); in DMPlexCreateGlobalToNaturalSF()
99 PetscCall(PetscSectionCreate(comm, &sectionDist)); in DMPlexCreateGlobalToNaturalSF()
218 PetscCall(PetscSectionCreate(comm, &newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
H A Dplexpreallocate.c16 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, &sectionAdj)); in DMPlexCreateAdjacencySection_Static()
H A Dplextree.c235 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 Dex7.c12 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &s)); in SetupSection()
/petsc/src/dm/impls/forest/tests/
H A Dex1.c37 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)forest), &s)); in main()
H A Dex3.c81 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)forest), &s)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi5 PetscErrorCode PetscSectionCreate(MPI_Comm, PetscSection*)
/petsc/include/petsc/private/
H A Dsectionimpl.h94 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &s->bc)); in PetscSectionCheckConstraints_Private()
/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c14 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &section)); in PetscDualSpaceSetUp_Simple()
/petsc/src/vec/is/section/interface/
H A Dsection.c37 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 Dpartshell.c193 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)part), &p->section)); in PetscPartitionerShellSetPartition()

123