Searched refs:PetscSectionSetConstraintIndices (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 36 PetscErrorCode PetscSectionSetConstraintIndices(PetscSection, PetscInt, const PetscInt*)
|
| H A D | Section.pyx | 624 getConstraintIndices, petsc.PetscSectionSetConstraintIndices 632 CHKERR(PetscSectionSetConstraintIndices(self.sec, cpoint, cindices))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex98.c | 79 PetscCall(PetscSectionSetConstraintIndices(section, pointID[p], constraints)); in main()
|
| H A D | ex21.c | 243 PetscCall(PetscSectionSetConstraintIndices(section, 12, indices)); in main() 247 PetscCall(PetscSectionSetConstraintIndices(section, 8, indices)); in main()
|
| H A D | ex98f90.F90 | 91 PetscCallA(PetscSectionSetConstraintIndices(section, pointID(p), constraints, ierr))
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 165 PetscCall(PetscSectionSetConstraintIndices(section, 2, indices)); in main()
|
| /petsc/include/ |
| H A D | petscsection.h | 50 PETSC_EXTERN PetscErrorCode PetscSectionSetConstraintIndices(PetscSection, PetscInt, const PetscInt…
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 159 PetscCall(PetscSectionSetConstraintIndices(newSection, p, cInd)); in PetscSectionCopy_Internal() 2103 PetscCall(PetscSectionSetConstraintIndices(*subs, p, indices)); in PetscSectionCreateSubsection() 2286 PetscCall(PetscSectionSetConstraintIndices(*supers, p, indices)); in PetscSectionCreateSupersection() 2388 PetscCall(PetscSectionSetConstraintIndices(*subs, subp, indices)); in PetscSectionCreateSubplexSection_Private() 2999 PetscErrorCode PetscSectionSetConstraintIndices(PetscSection s, PetscInt point, const PetscInt indi… in PetscSectionSetConstraintIndices() function 3065 PetscCall(PetscSectionSetConstraintIndices(s->field[field], point, indices)); in PetscSectionSetFieldConstraintIndices() 3143 PetscCall(PetscSectionSetConstraintIndices(sNew, perm[p], cind)); in PetscSectionPermute()
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 167 PetscCall(PetscSectionSetConstraintIndices(s, p, PetscSafePointerPlusOffset(cinds, m))); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 391 PetscCall(PetscSectionSetConstraintIndices(section, p, indices)); in DMPlexCreateSectionBCIndices()
|
| /petsc/doc/manual/ |
| H A D | section.md | 184 … set the number of constrained dofs for a given point, and `PetscSectionSetConstraintIndices()` to…
|