Home
last modified time | relevance | path

Searched refs:PetscSectionSetFieldConstraintIndices (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi38 …PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection, PetscInt, PetscInt, const Petsc…
H A DSection.pyx681 getFieldConstraintIndices, petsc.PetscSectionSetFieldConstraintIndices
690 CHKERR(PetscSectionSetFieldConstraintIndices(self.sec, cpoint, cfield, cindices))
/petsc/src/dm/impls/plex/tests/
H A Dex98.c80 PetscCall(PetscSectionSetFieldConstraintIndices(section, pointID[p], field, constraints)); in main()
H A Dex21.c244 PetscCall(PetscSectionSetFieldConstraintIndices(section, 12, 1, indices1)); in main()
248 PetscCall(PetscSectionSetFieldConstraintIndices(section, 8, 1, indices1)); in main()
H A Dex98f90.F9092 … PetscCallA(PetscSectionSetFieldConstraintIndices(section, pointID(p), 0_kPI, constraints, ierr))
/petsc/src/vec/is/tests/
H A Dex5.c166 PetscCall(PetscSectionSetFieldConstraintIndices(section, 2, 0, indices0)); in main()
/petsc/src/dm/impls/plex/
H A Dplexsection.c288 … for (f = 0; f < Nf; ++f) PetscCall(PetscSectionSetFieldConstraintIndices(section, p, f, indices)); in DMPlexCreateSectionBCIndicesField()
328 PetscCall(PetscSectionSetFieldConstraintIndices(section, p, field, indices)); in DMPlexCreateSectionBCIndicesField()
347 … for (f = 0; f < Nf; f++) PetscCall(PetscSectionSetFieldConstraintIndices(section, a, f, indices)); in DMPlexCreateSectionBCIndicesField()
/petsc/include/
H A Dpetscsection.h52 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection, PetscInt, PetscInt,…
/petsc/src/vec/is/section/interface/
H A Dsection.c167 PetscCall(PetscSectionSetFieldConstraintIndices(newSection, p, f, cInd)); in PetscSectionCopy_Internal()
2098 PetscCall(PetscSectionSetFieldConstraintIndices(*subs, p, f, oldIndices)); in PetscSectionCreateSubsection()
2279 PetscCall(PetscSectionSetFieldConstraintIndices(*supers, p, f, &indices[numConst])); in PetscSectionCreateSupersection()
2385 PetscCall(PetscSectionSetFieldConstraintIndices(*subs, subp, f, indices)); in PetscSectionCreateSubplexSection_Private()
3060 PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection s, PetscInt point, PetscInt field… in PetscSectionSetFieldConstraintIndices() function
3149 PetscCall(PetscSectionSetFieldConstraintIndices(sNew, perm[p], f, cind)); in PetscSectionPermute()