| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 13 PetscCall(PetscSectionSetNumFields(s, 1)); in SetupSection()
|
| H A D | ex20.c | 52 PetscCall(PetscSectionSetNumFields(section, 1)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 14 PetscErrorCode PetscSectionSetNumFields(PetscSection, PetscInt)
|
| H A D | Section.pyx | 150 getNumFields, petsc.PetscSectionSetNumFields 154 CHKERR(PetscSectionSetNumFields(self.sec, cnumFields))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex75.c | 34 PetscCall(PetscSectionSetNumFields(coordSec, 1)); in main()
|
| H A D | ex47.c | 440 PetscCall(PetscSectionSetNumFields(s, 1)); in main() 493 PetscCall(PetscSectionSetNumFields(s, 1)); in main()
|
| H A D | ex98.c | 36 PetscCall(PetscSectionSetNumFields(section, 1)); in main()
|
| H A D | ex31.c | 85 PetscCall(PetscSectionSetNumFields(s, 1)); in main()
|
| H A D | ex98f90.F90 | 44 PetscCallA(PetscSectionSetNumFields(section, 1_kPI, ierr))
|
| H A D | ex22.c | 171 PetscCall(PetscSectionSetNumFields(newSec, 1)); in main()
|
| H A D | ex21.c | 207 PetscCall(PetscSectionSetNumFields(section, 2)); in main()
|
| H A D | ex26.c | 132 PetscCall(PetscSectionSetNumFields(section, 3)); in main()
|
| H A D | ex64.c | 52 PetscCall(PetscSectionSetNumFields(section, 3)); in main()
|
| H A D | ex26f90.F90 | 196 PetscCallA(PetscSectionSetNumFields(section, 3_kPI, ierr))
|
| H A D | ex62f90.F90 | 183 PetscCallA(PetscSectionSetNumFields(section, 3_kPI, ierr))
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 133 PetscCall(PetscSectionSetNumFields(section, 2)); in main()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex3.c | 82 PetscCall(PetscSectionSetNumFields(s, 1)); in main()
|
| /petsc/include/ |
| H A D | petscsection.h | 19 PETSC_EXTERN PetscErrorCode PetscSectionSetNumFields(PetscSection, PetscInt);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexply.c | 137 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreatePLYFromFile()
|
| H A D | plexcreate.c | 334 PetscCall(PetscSectionSetNumFields(csNew, 1)); in DMPlexCreateCoordinateSpace() 563 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal() 675 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() 857 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 1404 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateSquareMesh_Simplex_CrissCross() 1880 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateCubeMesh_Internal() 2341 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateHypercubicMesh_Internal() 2809 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateHexCylinderMesh_Internal() 3081 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateWedgeCylinderMesh_Internal() 3636 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateSphereMesh_Internal() [all …]
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 105 if (numFields) PetscCall(PetscSectionSetNumFields(newSection, numFields)); in PetscSectionCopy_Internal() 377 PetscErrorCode PetscSectionSetNumFields(PetscSection s, PetscInt numFields) in PetscSectionSetNumFields() function 1494 if (numFields > 0) PetscCall(PetscSectionSetNumFields(gs, numFields)); in PetscSectionCreateGlobalSection() 2039 PetscCall(PetscSectionSetNumFields(*subs, len)); in PetscSectionCreateSubsection() 2147 PetscCall(PetscSectionSetNumFields(*subs, 1)); in PetscSectionCreateComponentSubsection() 2212 PetscCall(PetscSectionSetNumFields(*supers, Nf)); in PetscSectionCreateSupersection() 2306 if (numFields) PetscCall(PetscSectionSetNumFields(*subs, numFields)); in PetscSectionCreateSubplexSection_Private() 3102 if (numFields) PetscCall(PetscSectionSetNumFields(sNew, numFields)); in PetscSectionPermute()
|
| /petsc/doc/manual/ |
| H A D | section.md | 64 To set the number of fields for a `PetscSection`, call `PetscSectionSetNumFields()`. 77 2. Specify the number of fields with `PetscSectionSetNumFields()`.
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 288 if (numFields > 0) PetscCall(PetscSectionSetNumFields(s, numFields)); in PetscSectionLoad_HDF5_Internal()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 377 PetscCall(PetscSectionSetNumFields(csDG, 1)); in DMLocalizeCoordinates()
|
| /petsc/src/dm/impls/da/ |
| H A D | dalocal.c | 354 PetscCall(PetscSectionSetNumFields(section, 1)); in DMDASetVertexCoordinates()
|