Home
last modified time | relevance | path

Searched refs:PetscSectionSetUp (Results 1 – 25 of 72) sorted by relevance

123

/petsc/src/vec/vec/tests/
H A Dex40f90.F9020 PetscCallA(PetscSectionSetUp(section, ierr))
/petsc/src/dm/partitioner/tests/
H A Dex33.c40 PetscCall(PetscSectionSetUp(vertexSection)); in main()
47 PetscCall(PetscSectionSetUp(targetSection)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c20 PetscCall(PetscSectionSetUp(s)); in SetupSection()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c38 PetscCall(PetscSectionSetUp(inverseSec)); in DMPlexComputeAnchorAdjacencies()
104 PetscCall(PetscSectionSetUp(adjSec)); in DMPlexComputeAnchorAdjacencies()
148 PetscCall(PetscSectionSetUp(adjSec)); in DMPlexComputeAnchorAdjacencies()
316 PetscCall(PetscSectionSetUp(myRankPairSection)); in DMPlexCreateAdjacencySection_Static()
376 PetscCall(PetscSectionSetUp(leafSectionAdj)); in DMPlexCreateAdjacencySection_Static()
415 PetscCall(PetscSectionSetUp(rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()
429 PetscCall(PetscSectionSetUp(leafSectionAdj)); in DMPlexCreateAdjacencySection_Static()
542 PetscCall(PetscSectionSetUp(rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()
618 PetscCall(PetscSectionSetUp(sectionAdj)); in DMPlexCreateAdjacencySection_Static()
H A Dplexindices.c47 PetscCall(PetscSectionSetUp(closureSection)); in DMPlexCreateClosureIndex()
H A Dplexply.c144 PetscCall(PetscSectionSetUp(coordSection)); in DMPlexCreatePLYFromFile()
/petsc/src/dm/impls/plex/tests/
H A Dex48.c27 PetscCall(PetscSectionSetUp(section)); in main()
H A Dex48f90.F9036 PetscCallA(PetscSectionSetUp(section, ierr))
H A Dex24.c103 PetscCall(PetscSectionSetUp(tpws)); in main()
183 PetscCall(PetscSectionSetUp(tpws)); in main()
H A Dex75.c42 PetscCall(PetscSectionSetUp(coordSec)); in main()
H A Dex47.c456 PetscCall(PetscSectionSetUp(s)); in main()
509 PetscCall(PetscSectionSetUp(s)); in main()
H A Dex98.c69 PetscCall(PetscSectionSetUp(section)); in main()
H A Dex98f90.F9080 PetscCallA(PetscSectionSetUp(section, ierr))
H A Dex31.c93 PetscCall(PetscSectionSetUp(s)); in main()
/petsc/src/dm/impls/forest/tests/
H A Dex1.c40 PetscCall(PetscSectionSetUp(s)); in main()
H A Dex3.c88 PetscCall(PetscSectionSetUp(s)); in main()
/petsc/doc/manual/
H A Dsection.md42 The offset for each mesh point is usually set automatically by `PetscSectionSetUp()`.
56 3. Set up the `PetscSection` with `PetscSectionSetUp()`.
81 5. Set up the `PetscSection` with `PetscSectionSetUp()`.
85 A `PetscSection` with one field and and offsets set in `PetscSectionSetUp()` may be thought of as d…
195 By default, when `PetscSectionSetUp()` is called, the data laid out in the associated array is assu…
207 This must be called before `PetscSectionSetUp()` and will only affect the calculation of the offset…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi7 PetscErrorCode PetscSectionSetUp(PetscSection)
/petsc/src/vec/is/tests/
H A Dex5.c160 PetscCall(PetscSectionSetUp(section)); in main()
/petsc/src/dm/dt/tests/
H A Dex5.c81 PetscCall(PetscSectionSetUp(sectionFull)); in main()
/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c17 PetscCall(PetscSectionSetUp(section)); in PetscDualSpaceSetUp_Simple()
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c198 PetscCall(PetscSectionSetUp(p->section)); in PetscPartitionerShellSetPartition()
/petsc/include/
H A Dpetscsection.h54 PETSC_EXTERN PetscErrorCode PetscSectionSetUp(PetscSection);
/petsc/src/vec/is/section/interface/
H A Dsection.c146 PetscCall(PetscSectionSetUp(newSection)); in PetscSectionCopy_Internal()
1273 PetscCall(PetscSectionSetUp(s->bc)); in PetscSectionSetUpBC()
1297 PetscErrorCode PetscSectionSetUp(PetscSection s) in PetscSectionSetUp() function
2081 PetscCall(PetscSectionSetUp(*subs)); in PetscSectionCreateSubsection()
2170 PetscCall(PetscSectionSetUp(*subs)); in PetscSectionCreateComponentSubsection()
2255 PetscCall(PetscSectionSetUp(*supers)); in PetscSectionCreateSupersection()
2361 PetscCall(PetscSectionSetUp(*subs)); in PetscSectionCreateSubplexSection_Private()
3135 PetscCall(PetscSectionSetUp(sNew)); in PetscSectionPermute()
4051 PetscCall(PetscSectionSetUp(s)); in PetscSectionExtractDofsFromArray()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c344 PetscCall(PetscSectionSetUp(partSection)); in PetscPartitionerPartition()

123