Searched refs:PetscSectionSetFieldConstraintDof (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 33 PetscErrorCode PetscSectionSetFieldConstraintDof(PetscSection, PetscInt, PetscInt, PetscInt)
|
| H A D | Section.pyx | 549 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 D | ex98.c | 63 PetscCall(PetscSectionSetFieldConstraintDof(section, pointID[p], field, 1)); in main()
|
| H A D | ex21.c | 220 PetscCall(PetscSectionSetFieldConstraintDof(section, 12, 1, 1)); in main() 233 PetscCall(PetscSectionSetFieldConstraintDof(section, 8, 1, 1)); in main()
|
| H A D | ex98f90.F90 | 74 PetscCallA(PetscSectionSetFieldConstraintDof(section, pointID(p), 0_kPI, 1_kPI, ierr))
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 157 PetscCall(PetscSectionSetFieldConstraintDof(section, 2, 0, 1)); in main()
|
| /petsc/include/ |
| H A D | petscsection.h | 47 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldConstraintDof(PetscSection, PetscInt, PetscInt, Pet…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 259 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 D | section.c | 142 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()
|