Searched refs:PetscSectionSetConstraintDof (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 30 PetscErrorCode PetscSectionSetConstraintDof(PetscSection, PetscInt, PetscInt)
|
| H A D | Section.pyx | 478 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 D | ex98.c | 62 PetscCall(PetscSectionSetConstraintDof(section, pointID[p], 1)); in main()
|
| H A D | ex21.c | 215 PetscCall(PetscSectionSetConstraintDof(section, 12, 1)); in main() 227 PetscCall(PetscSectionSetConstraintDof(section, 8, 1)); in main()
|
| H A D | ex98f90.F90 | 73 PetscCallA(PetscSectionSetConstraintDof(section, pointID(p), 1_kPI, ierr))
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 152 PetscCall(PetscSectionSetConstraintDof(section, 2, 1)); in main()
|
| /petsc/include/ |
| H A D | petscsection.h | 44 PETSC_EXTERN PetscErrorCode PetscSectionSetConstraintDof(PetscSection, PetscInt, PetscInt);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 135 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 D | plexsection.c | 256 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 D | sectionhdf5.c | 239 …for (p = pStart, n = 0; p < pEnd; ++p, ++n) PetscCall(PetscSectionSetConstraintDof(s, p, cdofs[n])… in PetscSectionLoad_HDF5_SingleField()
|
| /petsc/doc/manual/ |
| H A D | section.md | 184 Use `PetscSectionSetConstraintDof()` to set the number of constrained dofs for a given point, and `…
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 884 PetscCall(PetscSectionSetConstraintDof(section, p, dof)); in PetscDualSpaceSectionSetUp_Internal()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 2623 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(*gsection, p, cdof)); in PetscSectionCreateGlobalSectionLabel()
|