Home
last modified time | relevance | path

Searched refs:PetscSectionSetConstraintIndices (Results 1 – 11 of 11) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi36 PetscErrorCode PetscSectionSetConstraintIndices(PetscSection, PetscInt, const PetscInt*)
H A DSection.pyx624 getConstraintIndices, petsc.PetscSectionSetConstraintIndices
632 CHKERR(PetscSectionSetConstraintIndices(self.sec, cpoint, cindices))
/petsc/src/dm/impls/plex/tests/
H A Dex98.c79 PetscCall(PetscSectionSetConstraintIndices(section, pointID[p], constraints)); in main()
H A Dex21.c243 PetscCall(PetscSectionSetConstraintIndices(section, 12, indices)); in main()
247 PetscCall(PetscSectionSetConstraintIndices(section, 8, indices)); in main()
H A Dex98f90.F9091 PetscCallA(PetscSectionSetConstraintIndices(section, pointID(p), constraints, ierr))
/petsc/src/vec/is/tests/
H A Dex5.c165 PetscCall(PetscSectionSetConstraintIndices(section, 2, indices)); in main()
/petsc/include/
H A Dpetscsection.h50 PETSC_EXTERN PetscErrorCode PetscSectionSetConstraintIndices(PetscSection, PetscInt, const PetscInt…
/petsc/src/vec/is/section/interface/
H A Dsection.c159 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 Dsectionhdf5.c167 PetscCall(PetscSectionSetConstraintIndices(s, p, PetscSafePointerPlusOffset(cinds, m))); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
/petsc/src/dm/impls/plex/
H A Dplexsection.c391 PetscCall(PetscSectionSetConstraintIndices(section, p, indices)); in DMPlexCreateSectionBCIndices()
/petsc/doc/manual/
H A Dsection.md184 … set the number of constrained dofs for a given point, and `PetscSectionSetConstraintIndices()` to…