Home
last modified time | relevance | path

Searched refs:PetscSectionSetConstraintDof (Results 1 – 13 of 13) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi30 PetscErrorCode PetscSectionSetConstraintDof(PetscSection, PetscInt, PetscInt)
H A DSection.pyx478 getConstraintDof, addConstraintDof, petsc.PetscSectionSetConstraintDof
483 CHKERR(PetscSectionSetConstraintDof(self.sec, cpoint, cnumDof))
631 CHKERR(PetscSectionSetConstraintDof(self.sec, cpoint, nindex))
/petsc/src/dm/impls/plex/tests/
H A Dex98.c62 PetscCall(PetscSectionSetConstraintDof(section, pointID[p], 1)); in main()
H A Dex21.c215 PetscCall(PetscSectionSetConstraintDof(section, 12, 1)); in main()
227 PetscCall(PetscSectionSetConstraintDof(section, 8, 1)); in main()
H A Dex98f90.F9073 PetscCallA(PetscSectionSetConstraintDof(section, pointID(p), 1_kPI, ierr))
/petsc/src/vec/is/tests/
H A Dex5.c152 PetscCall(PetscSectionSetConstraintDof(section, 2, 1)); in main()
/petsc/include/
H A Dpetscsection.h44 PETSC_EXTERN PetscErrorCode PetscSectionSetConstraintDof(PetscSection, PetscInt, PetscInt);
/petsc/src/vec/is/section/interface/
H A Dsection.c135 if (cdof) PetscCall(PetscSectionSetConstraintDof(newSection, p, cdof)); in PetscSectionCopy_Internal()
1143 PetscErrorCode PetscSectionSetConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionSetConstraintDof() function
1226 PetscCall(PetscSectionSetConstraintDof(s->field[field], point, numDof)); in PetscSectionSetFieldConstraintDof()
1513 if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(gs, p, cdof)); in PetscSectionCreateGlobalSection()
1657 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(*gsection, p, cdof)); in PetscSectionCreateGlobalSectionCensored()
2070 if (cdof) PetscCall(PetscSectionSetConstraintDof(*subs, p, cdof)); in PetscSectionCreateSubsection()
2252 if (cdof) PetscCall(PetscSectionSetConstraintDof(*supers, p, cdof)); in PetscSectionCreateSupersection()
2359 if (cdof) PetscCall(PetscSectionSetConstraintDof(*subs, subp, cdof)); in PetscSectionCreateSubplexSection_Private()
3127 if (cdof) PetscCall(PetscSectionSetConstraintDof(sNew, perm[p], cdof)); in PetscSectionPermute()
/petsc/src/dm/impls/plex/
H A Dplexsection.c256 PetscCall(PetscSectionSetConstraintDof(section, a, dof)); in DMPlexCreateSectionBCDof()
387 if (cdof != numConst) PetscCall(PetscSectionSetConstraintDof(section, p, numConst)); in DMPlexCreateSectionBCIndices()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c239 …for (p = pStart, n = 0; p < pEnd; ++p, ++n) PetscCall(PetscSectionSetConstraintDof(s, p, cdofs[n])… in PetscSectionLoad_HDF5_SingleField()
/petsc/doc/manual/
H A Dsection.md184 Use `PetscSectionSetConstraintDof()` to set the number of constrained dofs for a given point, and `…
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c884 PetscCall(PetscSectionSetConstraintDof(section, p, dof)); in PetscDualSpaceSectionSetUp_Internal()
/petsc/src/dm/label/
H A Ddmlabel.c2623 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(*gsection, p, cdof)); in PetscSectionCreateGlobalSectionLabel()