Searched refs:PetscSectionSetFieldConstraintIndices (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 38 …PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection, PetscInt, PetscInt, const Petsc…
|
| H A D | Section.pyx | 681 getFieldConstraintIndices, petsc.PetscSectionSetFieldConstraintIndices 690 CHKERR(PetscSectionSetFieldConstraintIndices(self.sec, cpoint, cfield, cindices))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex98.c | 80 PetscCall(PetscSectionSetFieldConstraintIndices(section, pointID[p], field, constraints)); in main()
|
| H A D | ex21.c | 244 PetscCall(PetscSectionSetFieldConstraintIndices(section, 12, 1, indices1)); in main() 248 PetscCall(PetscSectionSetFieldConstraintIndices(section, 8, 1, indices1)); in main()
|
| H A D | ex98f90.F90 | 92 … PetscCallA(PetscSectionSetFieldConstraintIndices(section, pointID(p), 0_kPI, constraints, ierr))
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 166 PetscCall(PetscSectionSetFieldConstraintIndices(section, 2, 0, indices0)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 288 … 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 D | petscsection.h | 52 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection, PetscInt, PetscInt,…
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 167 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()
|