Home
last modified time | relevance | path

Searched refs:PetscSectionSetFieldComponents (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c14 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in SetupSection()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi18 PetscErrorCode PetscSectionSetFieldComponents(PetscSection, PetscInt, PetscInt)
H A DSection.pyx231 getFieldComponents, petsc.PetscSectionSetFieldComponents
236 CHKERR(PetscSectionSetFieldComponents(self.sec, cfield, cnumComp))
/petsc/src/dm/impls/plex/tests/
H A Dex75.c35 PetscCall(PetscSectionSetFieldComponents(coordSec, 0, dim)); in main()
H A Dex47.c441 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in main()
494 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in main()
H A Dex98.c38 PetscCall(PetscSectionSetFieldComponents(section, field, sdim)); in main()
H A Dex26.c141 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 Dex31.c86 PetscCall(PetscSectionSetFieldComponents(s, 0, 1)); in main()
H A Dex98f90.F9046 PetscCallA(PetscSectionSetFieldComponents(section, 0_kPI, sdim, ierr))
H A Dex64.c61 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 Dex26f90.F90210 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 Dex62f90.F90197 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 Dex8.c117 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, spaceDim)); in ChangeCoordinates()
/petsc/include/
H A Dpetscsection.h25 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldComponents(PetscSection, PetscInt, PetscInt);
/petsc/src/dm/impls/plex/
H A Dplexply.c138 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, cdim)); in DMPlexCreatePLYFromFile()
H A Dplexcreate.c338 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 Dplexsection.c33 PetscCall(PetscSectionSetFieldComponents(*section, f, numComp[f])); in DMPlexCreateSectionFields()
H A Dplexfluent.c945 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dim)); in DMPlexCreateFluent()
H A Dplexgmsh.c2051 PetscCall(PetscSectionSetFieldComponents(cs, 0, coordDim)); in DMPlexCreateGmsh()
2065 PetscCall(PetscSectionSetFieldComponents(csCell, 0, coordDim)); in DMPlexCreateGmsh()
H A Dplexsubmesh.c649 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 Dsection.c113 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 Dsectionhdf5.c304 PetscCall(PetscSectionSetFieldComponents(s, f, fieldComponents)); in PetscSectionLoad_HDF5_Internal()
/petsc/src/dm/interface/
H A Ddmperiodicity.c379 PetscCall(PetscSectionSetFieldComponents(csDG, 0, Nc)); in DMLocalizeCoordinates()
/petsc/src/dm/impls/da/
H A Ddalocal.c355 PetscCall(PetscSectionSetFieldComponents(section, 0, dim)); in DMDASetVertexCoordinates()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c278 PetscCall(PetscSectionSetFieldComponents(leafSection, f, numComp)); in PetscSFDistributeSection()

12