| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 14 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in SetupSection()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 18 PetscErrorCode PetscSectionSetFieldComponents(PetscSection, PetscInt, PetscInt)
|
| H A D | Section.pyx | 231 getFieldComponents, petsc.PetscSectionSetFieldComponents 236 CHKERR(PetscSectionSetFieldComponents(self.sec, cfield, cnumComp))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex75.c | 35 PetscCall(PetscSectionSetFieldComponents(coordSec, 0, dim)); in main()
|
| H A D | ex47.c | 441 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in main() 494 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in main()
|
| H A D | ex98.c | 38 PetscCall(PetscSectionSetFieldComponents(section, field, sdim)); in main()
|
| H A D | ex26.c | 141 PetscCall(PetscSectionSetFieldComponents(section, fieldU, sdim)); in main() 142 PetscCall(PetscSectionSetFieldComponents(section, fieldA, 1)); in main() 143 PetscCall(PetscSectionSetFieldComponents(section, fieldS, sdim * (sdim + 1) / 2)); in main()
|
| H A D | ex31.c | 86 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in main()
|
| H A D | ex98f90.F90 | 46 PetscCallA(PetscSectionSetFieldComponents(section, 0_kPI, sdim, ierr))
|
| H A D | ex64.c | 61 PetscCall(PetscSectionSetFieldComponents(section, fieldU, sdim)); in main() 62 PetscCall(PetscSectionSetFieldComponents(section, fieldA, 1)); in main() 63 PetscCall(PetscSectionSetFieldComponents(section, fieldS, sdim * (sdim + 1) / 2)); in main()
|
| H A D | ex26f90.F90 | 210 PetscCallA(PetscSectionSetFieldComponents(section, fieldU, sdim, ierr)) 211 PetscCallA(PetscSectionSetFieldComponents(section, fieldA, 1_kPI, ierr)) 212 PetscCallA(PetscSectionSetFieldComponents(section, fieldS, sdim*(sdim + 1)/2, ierr))
|
| H A D | ex62f90.F90 | 197 PetscCallA(PetscSectionSetFieldComponents(section, fieldU, sdim, ierr)) 198 PetscCallA(PetscSectionSetFieldComponents(section, fieldA, 1_kPI, ierr)) 199 PetscCallA(PetscSectionSetFieldComponents(section, fieldS, sdim*(sdim + 1)/2, ierr))
|
| H A D | ex8.c | 117 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, spaceDim)); in ChangeCoordinates()
|
| /petsc/include/ |
| H A D | petscsection.h | 25 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldComponents(PetscSection, PetscInt, PetscInt);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexply.c | 138 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, cdim)); in DMPlexCreatePLYFromFile()
|
| H A D | plexcreate.c | 338 PetscCall(PetscSectionSetFieldComponents(csNew, 0, cdim)); in DMPlexCreateCoordinateSpace() 565 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, cdim)); in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal() 677 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, 2)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() 859 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, 3)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 1405 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, 2)); in DMPlexCreateSquareMesh_Simplex_CrissCross() 1881 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dim)); in DMPlexCreateCubeMesh_Internal() 2342 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dim)); in DMPlexCreateHypercubicMesh_Internal() 2810 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dim)); in DMPlexCreateHexCylinderMesh_Internal() 3082 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dim)); in DMPlexCreateWedgeCylinderMesh_Internal() 3637 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, embedDim)); in DMPlexCreateSphereMesh_Internal() [all …]
|
| H A D | plexsection.c | 33 PetscCall(PetscSectionSetFieldComponents(*section, f, numComp[f])); in DMPlexCreateSectionFields()
|
| H A D | plexfluent.c | 945 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dim)); in DMPlexCreateFluent()
|
| H A D | plexgmsh.c | 2051 PetscCall(PetscSectionSetFieldComponents(cs, 0, coordDim)); in DMPlexCreateGmsh() 2065 PetscCall(PetscSectionSetFieldComponents(csCell, 0, coordDim)); in DMPlexCreateGmsh()
|
| H A D | plexsubmesh.c | 649 PetscCall(PetscSectionSetFieldComponents(newCoordSection, 0, dim)); in DMPlexShiftCoordinates_Internal() 3246 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateSubmesh_Uninterpolated() 3628 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateSubmeshGeneric_Interpolated() 4048 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 113 PetscCall(PetscSectionSetFieldComponents(newSection, f, numComp)); in PetscSectionCopy_Internal() 588 PetscErrorCode PetscSectionSetFieldComponents(PetscSection s, PetscInt field, PetscInt numComp) in PetscSectionSetFieldComponents() function 1564 PetscCall(PetscSectionSetFieldComponents(gs, f, numComponents)); in PetscSectionCreateGlobalSection() 2048 PetscCall(PetscSectionSetFieldComponents(*subs, f, numComp)); in PetscSectionCreateSubsection() 2150 PetscCall(PetscSectionSetFieldComponents(*subs, 0, len)); in PetscSectionCreateComponentSubsection() 2224 PetscCall(PetscSectionSetFieldComponents(*supers, f, numComp)); in PetscSectionCreateSupersection() 2314 PetscCall(PetscSectionSetFieldComponents(*subs, f, numComp)); in PetscSectionCreateSubplexSection_Private() 3110 PetscCall(PetscSectionSetFieldComponents(sNew, f, numComp)); in PetscSectionPermute()
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 304 PetscCall(PetscSectionSetFieldComponents(s, f, fieldComponents)); in PetscSectionLoad_HDF5_Internal()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 379 PetscCall(PetscSectionSetFieldComponents(csDG, 0, Nc)); in DMLocalizeCoordinates()
|
| /petsc/src/dm/impls/da/ |
| H A D | dalocal.c | 355 PetscCall(PetscSectionSetFieldComponents(section, 0, dim)); in DMDASetVertexCoordinates()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 278 PetscCall(PetscSectionSetFieldComponents(leafSection, f, numComp)); in PetscSFDistributeSection()
|