| /petsc/src/vec/vec/tests/ |
| H A D | ex40f90.F90 | 20 PetscCallA(PetscSectionSetUp(section, ierr))
|
| /petsc/src/dm/partitioner/tests/ |
| H A D | ex33.c | 40 PetscCall(PetscSectionSetUp(vertexSection)); in main() 47 PetscCall(PetscSectionSetUp(targetSection)); in main()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 20 PetscCall(PetscSectionSetUp(s)); in SetupSection()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 38 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 D | plexindices.c | 47 PetscCall(PetscSectionSetUp(closureSection)); in DMPlexCreateClosureIndex()
|
| H A D | plexply.c | 144 PetscCall(PetscSectionSetUp(coordSection)); in DMPlexCreatePLYFromFile()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex48.c | 27 PetscCall(PetscSectionSetUp(section)); in main()
|
| H A D | ex48f90.F90 | 36 PetscCallA(PetscSectionSetUp(section, ierr))
|
| H A D | ex24.c | 103 PetscCall(PetscSectionSetUp(tpws)); in main() 183 PetscCall(PetscSectionSetUp(tpws)); in main()
|
| H A D | ex75.c | 42 PetscCall(PetscSectionSetUp(coordSec)); in main()
|
| H A D | ex47.c | 456 PetscCall(PetscSectionSetUp(s)); in main() 509 PetscCall(PetscSectionSetUp(s)); in main()
|
| H A D | ex98.c | 69 PetscCall(PetscSectionSetUp(section)); in main()
|
| H A D | ex98f90.F90 | 80 PetscCallA(PetscSectionSetUp(section, ierr))
|
| H A D | ex31.c | 93 PetscCall(PetscSectionSetUp(s)); in main()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex1.c | 40 PetscCall(PetscSectionSetUp(s)); in main()
|
| H A D | ex3.c | 88 PetscCall(PetscSectionSetUp(s)); in main()
|
| /petsc/doc/manual/ |
| H A D | section.md | 42 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 D | petscsec.pxi | 7 PetscErrorCode PetscSectionSetUp(PetscSection)
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 160 PetscCall(PetscSectionSetUp(section)); in main()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex5.c | 81 PetscCall(PetscSectionSetUp(sectionFull)); in main()
|
| /petsc/src/dm/dt/dualspace/impls/simple/ |
| H A D | dspacesimple.c | 17 PetscCall(PetscSectionSetUp(section)); in PetscDualSpaceSetUp_Simple()
|
| /petsc/src/dm/partitioner/impls/shell/ |
| H A D | partshell.c | 198 PetscCall(PetscSectionSetUp(p->section)); in PetscPartitionerShellSetPartition()
|
| /petsc/include/ |
| H A D | petscsection.h | 54 PETSC_EXTERN PetscErrorCode PetscSectionSetUp(PetscSection);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 146 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 D | partitioner.c | 344 PetscCall(PetscSectionSetUp(partSection)); in PetscPartitionerPartition()
|