Home
last modified time | relevance | path

Searched refs:PetscSectionGetFieldConstraintIndices (Results 1 – 8 of 8) sorted by relevance

/petsc/src/vec/is/section/interface/ftn-custom/
H A Dzvsectionisf90.c38 *ierr = PetscSectionGetFieldConstraintIndices(*s, *point, *field, &idx); in petscsectiongetfieldconstraintindices_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi37 …PetscErrorCode PetscSectionGetFieldConstraintIndices(PetscSection, PetscInt, PetscInt, const Petsc…
H A DSection.pyx650 setFieldConstraintIndices, petsc.PetscSectionGetFieldConstraintIndices
658 CHKERR(PetscSectionGetFieldConstraintIndices(self.sec, cpoint, cfield, &indices))
/petsc/include/
H A Dpetscsection.h51 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldConstraintIndices(PetscSection, PetscInt, PetscInt,…
/petsc/src/vec/is/section/interface/
H A Dsection.c166 else PetscCall(PetscSectionGetFieldConstraintIndices(section, p, f, &cInd)); in PetscSectionCopy_Internal()
322 PetscCall(PetscSectionGetFieldConstraintIndices(s1, p, f, &idx1)); in PetscSectionCompare()
323 PetscCall(PetscSectionGetFieldConstraintIndices(s2, p, f, &idx2)); in PetscSectionCompare()
2097 PetscCall(PetscSectionGetFieldConstraintIndices(s, p, fields[f], &oldIndices)); in PetscSectionCreateSubsection()
2277 PetscCall(PetscSectionGetFieldConstraintIndices(s[i], p, fi, &oldIndices)); in PetscSectionCreateSupersection()
2384 PetscCall(PetscSectionGetFieldConstraintIndices(s, points[subp - spStart], f, &indices)); in PetscSectionCreateSubplexSection_Private()
3035 PetscErrorCode PetscSectionGetFieldConstraintIndices(PetscSection s, PetscInt point, PetscInt field… in PetscSectionGetFieldConstraintIndices() function
3148 PetscCall(PetscSectionGetFieldConstraintIndices(s, p, f, &cind)); in PetscSectionPermute()
/petsc/src/dm/interface/
H A Ddmi.c129 PetscCall(PetscSectionGetFieldConstraintIndices(s, point, fields[f], &ind)); in PetscSectionSelectFields_Private()
191 PetscCall(PetscSectionGetFieldConstraintIndices(s, point, fields[f], &ind)); in PetscSectionSelectFields_Private()
/petsc/src/dm/impls/plex/
H A Dplexsection.c315 PetscCall(PetscSectionGetFieldConstraintIndices(section, p, field, &find)); in DMPlexCreateSectionBCIndicesField()
382 PetscCall(PetscSectionGetFieldConstraintIndices(section, p, f, &find)); in DMPlexCreateSectionBCIndices()
H A Dplex.c7053 PetscCall(PetscSectionGetFieldConstraintIndices(section, point, f, &fcdofs)); in updatePointFields_private()
7112 PetscCall(PetscSectionGetFieldConstraintIndices(section, point, f, &fcdofs)); in updatePointFieldsBC_private()
7721 PetscCall(PetscSectionGetFieldConstraintIndices(section, point, f, &fcdofs)); in DMPlexGetIndicesPointFields_Internal()
7772 PetscCall(PetscSectionGetFieldConstraintIndices(section, point, f, &fcdofs)); in DMPlexGetIndicesPointFieldsSplit_Internal()