| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 136 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 D | ex40f90.F90 | 16 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
|
| /petsc/src/dm/partitioner/tests/ |
| H A D | ex33.c | 38 PetscCall(PetscSectionSetChart(vertexSection, 0, nv)); in main() 45 PetscCall(PetscSectionSetChart(targetSection, 0, nparts)); in main()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 15 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in SetupSection()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex48.c | 22 PetscCall(PetscSectionSetChart(section, pStart, pEnd)); in main()
|
| H A D | ex48f90.F90 | 27 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
|
| H A D | ex24.c | 93 PetscCall(PetscSectionSetChart(tpws, 0, size)); in main() 178 PetscCall(PetscSectionSetChart(tpws, 0, size)); in main()
|
| H A D | ex75.c | 37 PetscCall(PetscSectionSetChart(coordSec, cStart, cEnd)); in main()
|
| H A D | ex47.c | 442 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main() 495 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
|
| H A D | ex98.c | 40 PetscCall(PetscSectionSetChart(section, pStart, pEnd)); in main()
|
| H A D | ex31.c | 88 PetscCall(PetscSectionSetChart(s, pStart, pEnd)); in main()
|
| H A D | ex98f90.F90 | 48 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex1.c | 38 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
|
| H A D | ex3.c | 83 PetscCall(PetscSectionSetChart(s, vStart, vEnd)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexindices.c | 33 PetscCall(PetscSectionSetChart(closureSection, pStart, pEnd)); in DMPlexCreateClosureIndex()
|
| H A D | plexpreallocate.c | 18 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 D | plexply.c | 139 PetscCall(PetscSectionSetChart(coordSection, Nc, Nc + Nv)); in DMPlexCreatePLYFromFile()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 20 PetscErrorCode PetscSectionSetChart(PetscSection, PetscInt, PetscInt)
|
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 95 PetscCall(PetscSectionSetChart(s->bc, s->pStart, s->pEnd)); in PetscSectionCheckConstraints_Private()
|
| /petsc/src/dm/dt/dualspace/impls/simple/ |
| H A D | dspacesimple.c | 15 PetscCall(PetscSectionSetChart(section, pStart, pEnd)); in PetscDualSpaceSetUp_Simple()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 122 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 D | petscsection.h | 27 PETSC_EXTERN PetscErrorCode PetscSectionSetChart(PetscSection, PetscInt, PetscInt);
|
| /petsc/src/dm/partitioner/impls/shell/ |
| H A D | partshell.c | 194 PetscCall(PetscSectionSetChart(p->section, 0, size)); in PetscPartitionerShellSetPartition()
|
| /petsc/doc/manual/ |
| H A D | section.md | 32 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 D | partitioner.c | 339 PetscCall(PetscSectionSetChart(partSection, 0, nparts)); in PetscPartitionerPartition()
|