Home
last modified time | relevance | path

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

123

/petsc/src/vec/is/tests/
H A Dex5.c136 PetscCall(PetscSectionSetChart(section, 0, 4)); in main()
148 PetscCall(PetscSectionSetChart(section, 0, 3)); in main()
227 PetscCall(PetscSectionSetChart(section, 0, chartSize)); in main()
/petsc/src/vec/vec/tests/
H A Dex40f90.F9016 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
/petsc/src/dm/partitioner/tests/
H A Dex33.c38 PetscCall(PetscSectionSetChart(vertexSection, 0, nv)); in main()
45 PetscCall(PetscSectionSetChart(targetSection, 0, nparts)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c15 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in SetupSection()
/petsc/src/dm/impls/plex/tests/
H A Dex48.c22 PetscCall(PetscSectionSetChart(section, pStart, pEnd)); in main()
H A Dex48f90.F9027 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
H A Dex24.c93 PetscCall(PetscSectionSetChart(tpws, 0, size)); in main()
178 PetscCall(PetscSectionSetChart(tpws, 0, size)); in main()
H A Dex75.c37 PetscCall(PetscSectionSetChart(coordSec, cStart, cEnd)); in main()
H A Dex47.c442 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
495 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
H A Dex98.c40 PetscCall(PetscSectionSetChart(section, pStart, pEnd)); in main()
H A Dex31.c88 PetscCall(PetscSectionSetChart(s, pStart, pEnd)); in main()
H A Dex98f90.F9048 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
/petsc/src/dm/impls/forest/tests/
H A Dex1.c38 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
H A Dex3.c83 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
/petsc/src/dm/impls/plex/
H A Dplexindices.c33 PetscCall(PetscSectionSetChart(closureSection, pStart, pEnd)); in DMPlexCreateClosureIndex()
H A Dplexpreallocate.c18 PetscCall(PetscSectionSetChart(adjSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
29 PetscCall(PetscSectionSetChart(inverseSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
267 PetscCall(PetscSectionSetChart(leafSectionAdj, 0, numDof)); in DMPlexCreateAdjacencySection_Static()
269 PetscCall(PetscSectionSetChart(rootSectionAdj, 0, numDof)); in DMPlexCreateAdjacencySection_Static()
309 PetscCall(PetscSectionSetChart(myRankPairSection, 0, num_non_dups)); in DMPlexCreateAdjacencySection_Static()
568 PetscCall(PetscSectionSetChart(sectionAdj, globalOffStart, globalOffEnd)); in DMPlexCreateAdjacencySection_Static()
H A Dplexply.c139 PetscCall(PetscSectionSetChart(coordSection, Nc, Nc + Nv)); in DMPlexCreatePLYFromFile()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi20 PetscErrorCode PetscSectionSetChart(PetscSection, PetscInt, PetscInt)
/petsc/include/petsc/private/
H A Dsectionimpl.h95 PetscCall(PetscSectionSetChart(s->bc, s->pStart, s->pEnd)); in PetscSectionCheckConstraints_Private()
/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c15 PetscCall(PetscSectionSetChart(section, pStart, pEnd)); in PetscDualSpaceSetUp_Simple()
/petsc/src/vec/is/section/interface/
H A Dsection.c122 PetscCall(PetscSectionSetChart(newSection, pStart, pEnd)); in PetscSectionCopy_Internal()
666 PetscErrorCode PetscSectionSetChart(PetscSection s, PetscInt pStart, PetscInt pEnd) in PetscSectionSetChart() function
684 for (f = 0; f < s->numFields; ++f) PetscCall(PetscSectionSetChart(s->field[f], pStart, pEnd)); in PetscSectionSetChart()
1496 PetscCall(PetscSectionSetChart(gs, pStart, pEnd)); in PetscSectionCreateGlobalSection()
1634 PetscCall(PetscSectionSetChart(*gsection, pStart, pEnd)); in PetscSectionCreateGlobalSectionCensored()
2057 PetscCall(PetscSectionSetChart(*subs, pStart, pEnd)); in PetscSectionCreateSubsection()
2158 PetscCall(PetscSectionSetChart(*subs, pStart, pEnd)); in PetscSectionCreateComponentSubsection()
2231 PetscCall(PetscSectionSetChart(*supers, pStart, pEnd)); in PetscSectionCreateSupersection()
2342 PetscCall(PetscSectionSetChart(*subs, spStart, spEnd)); in PetscSectionCreateSubplexSection_Private()
3119 PetscCall(PetscSectionSetChart(sNew, pStart, pEnd)); in PetscSectionPermute()
[all …]
/petsc/include/
H A Dpetscsection.h27 PETSC_EXTERN PetscErrorCode PetscSectionSetChart(PetscSection, PetscInt, PetscInt);
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c194 PetscCall(PetscSectionSetChart(p->section, 0, size)); in PetscPartitionerShellSetPartition()
/petsc/doc/manual/
H A Dsection.md32 The chart of a `PetscSection` is set via `PetscSectionSetChart()`.
54 1. Specify the range of points, or chart, with `PetscSectionSetChart()`.
76 1. Specify the range of points, or chart, with `PetscSectionSetChart()`. All fields share the same …
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c339 PetscCall(PetscSectionSetChart(partSection, 0, nparts)); in PetscPartitionerPartition()

123