| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 141 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 D | ex21.c | 216 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 D | ex75.c | 40 PetscCall(PetscSectionSetFieldDof(coordSec, c, 0, dim * (degree + 1))); in main()
|
| H A D | ex47.c | 454 PetscCall(PetscSectionSetFieldDof(s, c, 0, nbElemVertex)); in main() 507 PetscCall(PetscSectionSetFieldDof(s, c, 0, nbElemVertex)); in main()
|
| H A D | ex98.c | 46 PetscCall(PetscSectionSetFieldDof(section, p, 0, sdim)); in main()
|
| H A D | ex26.c | 244 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 D | ex98f90.F90 | 54 PetscCallA(PetscSectionSetFieldDof(section, p, 0_kPI, sdim, ierr))
|
| H A D | ex31.c | 91 PetscCall(PetscSectionSetFieldDof(s, p, 0, 1)); in main()
|
| H A D | ex64.c | 164 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 D | ex26f90.F90 | 287 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 D | ex62f90.F90 | 270 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 D | ex22.c | 180 PetscCall(PetscSectionSetFieldDof(newSec, p, 0, (nDof / dim) * dimC)); in main()
|
| H A D | ex8.c | 121 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, spaceDim)); in ChangeCoordinates()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 18 PetscCall(PetscSectionSetFieldDof(s, v, 0, 1)); in SetupSection()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 27 PetscErrorCode PetscSectionSetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt)
|
| H A D | Section.pyx | 413 getFieldDof, addFieldDof, petsc.PetscSectionSetFieldDof 419 CHKERR(PetscSectionSetFieldDof(self.sec, cpoint, cfield, cnumDof))
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex3.c | 86 PetscCall(PetscSectionSetFieldDof(s, v, 0, 1)); in main()
|
| /petsc/include/ |
| H A D | petscsection.h | 40 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexply.c | 142 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, cdim)); in DMPlexCreatePLYFromFile()
|
| H A D | plexsection.c | 158 PetscCall(PetscSectionSetFieldDof(section, point, f, dof)); in DMPlexCreateSectionDof() 181 PetscCall(PetscSectionSetFieldDof(section, p, f, dof)); in DMPlexCreateSectionDof()
|
| H A D | plexcreate.c | 351 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 D | plexsubmesh.c | 659 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 D | section.c | 138 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 D | section.md | 78 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 D | dmperiodicity.c | 407 PetscCall(PetscSectionSetFieldDof(csDG, c, 0, dof)); in DMLocalizeCoordinates()
|