Home
last modified time | relevance | path

Searched refs:PetscSectionSetFieldConstraintDof (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi33 PetscErrorCode PetscSectionSetFieldConstraintDof(PetscSection, PetscInt, PetscInt, PetscInt)
H A DSection.pyx549 petsc.PetscSectionSetFieldConstraintDof
555 CHKERR(PetscSectionSetFieldConstraintDof(self.sec, cpoint, cfield, cnumDof))
689 CHKERR(PetscSectionSetFieldConstraintDof(self.sec, cpoint, cfield, nindex))
/petsc/src/dm/impls/plex/tests/
H A Dex98.c63 PetscCall(PetscSectionSetFieldConstraintDof(section, pointID[p], field, 1)); in main()
H A Dex21.c220 PetscCall(PetscSectionSetFieldConstraintDof(section, 12, 1, 1)); in main()
233 PetscCall(PetscSectionSetFieldConstraintDof(section, 8, 1, 1)); in main()
H A Dex98f90.F9074 PetscCallA(PetscSectionSetFieldConstraintDof(section, pointID(p), 0_kPI, 1_kPI, ierr))
/petsc/src/vec/is/tests/
H A Dex5.c157 PetscCall(PetscSectionSetFieldConstraintDof(section, 2, 0, 1)); in main()
/petsc/include/
H A Dpetscsection.h47 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldConstraintDof(PetscSection, PetscInt, PetscInt, Pet…
/petsc/src/dm/impls/plex/
H A Dplexsection.c259 PetscCall(PetscSectionSetFieldConstraintDof(section, a, f, dof)); in DMPlexCreateSectionBCDof()
327 PetscCall(PetscSectionSetFieldConstraintDof(section, p, field, fcdof)); in DMPlexCreateSectionBCIndicesField()
/petsc/src/vec/is/section/interface/
H A Dsection.c142 if (fcdof) PetscCall(PetscSectionSetFieldConstraintDof(newSection, p, f, fcdof)); in PetscSectionCopy_Internal()
1221 PetscErrorCode PetscSectionSetFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionSetFieldConstraintDof() function
1572 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetFieldConstraintDof(gs, p, f, cdof)); in PetscSectionCreateGlobalSection()
2065 if (cfdof) PetscCall(PetscSectionSetFieldConstraintDof(*subs, p, f, cfdof)); in PetscSectionCreateSubsection()
2354 if (cfdof) PetscCall(PetscSectionSetFieldConstraintDof(*subs, subp, f, cfdof)); in PetscSectionCreateSubplexSection_Private()
3132 if (cdof) PetscCall(PetscSectionSetFieldConstraintDof(sNew, perm[p], f, cdof)); in PetscSectionPermute()