Home
last modified time | relevance | path

Searched refs:PetscSectionSetFieldDof (Results 1 – 25 of 37) sorted by relevance

12

/petsc/src/vec/is/tests/
H A Dex5.c141 PetscCall(PetscSectionSetFieldDof(section, 0, 0, 2)); in main()
142 PetscCall(PetscSectionSetFieldDof(section, 1, 0, 3)); in main()
143 PetscCall(PetscSectionSetFieldDof(section, 2, 0, 5)); in main()
144 PetscCall(PetscSectionSetFieldDof(section, 3, 0, 7)); in main()
145 PetscCall(PetscSectionSetFieldDof(section, 0, 1, 1)); in main()
153 PetscCall(PetscSectionSetFieldDof(section, 0, 0, 7)); in main()
154 PetscCall(PetscSectionSetFieldDof(section, 1, 0, 5)); in main()
155 PetscCall(PetscSectionSetFieldDof(section, 2, 0, 11)); in main()
156 PetscCall(PetscSectionSetFieldDof(section, 2, 1, 2)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex21.c216 PetscCall(PetscSectionSetFieldDof(section, 3, 0, 2)); in main()
217 PetscCall(PetscSectionSetFieldDof(section, 12, 0, 2)); in main()
218 PetscCall(PetscSectionSetFieldDof(section, 12, 1, 1)); in main()
219 PetscCall(PetscSectionSetFieldDof(section, 25, 1, 2)); in main()
228 PetscCall(PetscSectionSetFieldDof(section, 0, 0, 2)); in main()
229 PetscCall(PetscSectionSetFieldDof(section, 8, 0, 2)); in main()
230 PetscCall(PetscSectionSetFieldDof(section, 1, 1, 1)); in main()
231 PetscCall(PetscSectionSetFieldDof(section, 8, 1, 1)); in main()
232 PetscCall(PetscSectionSetFieldDof(section, 20, 1, 2)); in main()
H A Dex75.c40 PetscCall(PetscSectionSetFieldDof(coordSec, c, 0, dim * (degree + 1))); in main()
H A Dex47.c454 PetscCall(PetscSectionSetFieldDof(s, c, 0, nbElemVertex)); in main()
507 PetscCall(PetscSectionSetFieldDof(s, c, 0, nbElemVertex)); in main()
H A Dex98.c46 PetscCall(PetscSectionSetFieldDof(section, p, 0, sdim)); in main()
H A Dex26.c244 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldU, dofU[d])); in main()
245 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldA, dofA[d])); in main()
246 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldS, dofS[d])); in main()
H A Dex98f90.F9054 PetscCallA(PetscSectionSetFieldDof(section, p, 0_kPI, sdim, ierr))
H A Dex31.c91 PetscCall(PetscSectionSetFieldDof(s, p, 0, 1)); in main()
H A Dex64.c164 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldU, dofU[d])); in main()
165 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldA, dofA[d])); in main()
166 PetscCall(PetscSectionSetFieldDof(section, closure[2 * p], fieldS, dofS[d])); in main()
H A Dex26f90.F90287 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldU, dofU(d), ierr))
288 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldA, dofA(d), ierr))
289 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldS, dofS(d), ierr))
H A Dex62f90.F90270 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldU, dofU(d), ierr))
271 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldA, dofA(d), ierr))
272 PetscCallA(PetscSectionSetFieldDof(section, closure(p), fieldS, dofS(d), ierr))
H A Dex22.c180 PetscCall(PetscSectionSetFieldDof(newSec, p, 0, (nDof / dim) * dimC)); in main()
H A Dex8.c121 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, spaceDim)); in ChangeCoordinates()
/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c18 PetscCall(PetscSectionSetFieldDof(s, v, 0, 1)); in SetupSection()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi27 PetscErrorCode PetscSectionSetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt)
H A DSection.pyx413 getFieldDof, addFieldDof, petsc.PetscSectionSetFieldDof
419 CHKERR(PetscSectionSetFieldDof(self.sec, cpoint, cfield, cnumDof))
/petsc/src/dm/impls/forest/tests/
H A Dex3.c86 PetscCall(PetscSectionSetFieldDof(s, v, 0, 1)); in main()
/petsc/include/
H A Dpetscsection.h40 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt);
/petsc/src/dm/impls/plex/
H A Dplexply.c142 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, cdim)); in DMPlexCreatePLYFromFile()
H A Dplexsection.c158 PetscCall(PetscSectionSetFieldDof(section, point, f, dof)); in DMPlexCreateSectionDof()
181 PetscCall(PetscSectionSetFieldDof(section, p, f, dof)); in DMPlexCreateSectionDof()
H A Dplexcreate.c351 PetscCall(PetscSectionSetFieldDof(csNew, p, 0, cdim)); in DMPlexCreateCoordinateSpace()
568 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, cdim)); in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal()
680 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, 2)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
862 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, 3)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
1409 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, 2)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1885 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, dim)); in DMPlexCreateCubeMesh_Internal()
2346 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, dim)); in DMPlexCreateHypercubicMesh_Internal()
2814 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, dim)); in DMPlexCreateHexCylinderMesh_Internal()
3086 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, dim)); in DMPlexCreateWedgeCylinderMesh_Internal()
3641 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, embedDim)); in DMPlexCreateSphereMesh_Internal()
[all …]
H A Dplexsubmesh.c659 PetscCall(PetscSectionSetFieldDof(newCoordSection, cNew, 0, dof)); in DMPlexShiftCoordinates_Internal()
664 PetscCall(PetscSectionSetFieldDof(newCoordSection, v, 0, dim)); in DMPlexShiftCoordinates_Internal()
3255 PetscCall(PetscSectionSetFieldDof(subCoordSection, subvertex, 0, dof)); in DMPlexCreateSubmesh_Uninterpolated()
3657 PetscCall(PetscSectionSetFieldDof(subCoordSection, subpoint, 0, dof)); in DMPlexCreateSubmeshGeneric_Interpolated()
4057 PetscCall(PetscSectionSetFieldDof(subCoordSection, subvertex, 0, dof)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
/petsc/src/vec/is/section/interface/
H A Dsection.c138 PetscCall(PetscSectionSetFieldDof(newSection, p, f, dof)); in PetscSectionCopy_Internal()
1059 PetscErrorCode PetscSectionSetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionSetFieldDof() function
1574 PetscCall(PetscSectionSetFieldDof(gs, p, f, off < 0 ? -(dof + 1) : dof)); in PetscSectionCreateGlobalSection()
2063 PetscCall(PetscSectionSetFieldDof(*subs, p, f, fdof)); in PetscSectionCreateSubsection()
2167 PetscCall(PetscSectionSetFieldDof(*subs, p, 0, len)); in PetscSectionCreateComponentSubsection()
2352 PetscCall(PetscSectionSetFieldDof(*subs, subp, f, fdof)); in PetscSectionCreateSubplexSection_Private()
3130 PetscCall(PetscSectionSetFieldDof(sNew, perm[p], f, dof)); in PetscSectionPermute()
/petsc/doc/manual/
H A Dsection.md78 3. Set the number of dof for each point on each field with `PetscSectionSetFieldDof()`. Any values …
80 `PetscSectionSetFieldDof()` at that point. Again, values not set will be zero.
/petsc/src/dm/interface/
H A Ddmperiodicity.c407 PetscCall(PetscSectionSetFieldDof(csDG, c, 0, dof)); in DMLocalizeCoordinates()

12