Searched refs:PetscSectionGetFieldConstraintIndices (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/vec/is/section/interface/ftn-custom/ |
| H A D | zvsectionisf90.c | 38 *ierr = PetscSectionGetFieldConstraintIndices(*s, *point, *field, &idx); in petscsectiongetfieldconstraintindices_()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 37 …PetscErrorCode PetscSectionGetFieldConstraintIndices(PetscSection, PetscInt, PetscInt, const Petsc…
|
| H A D | Section.pyx | 650 setFieldConstraintIndices, petsc.PetscSectionGetFieldConstraintIndices 658 CHKERR(PetscSectionGetFieldConstraintIndices(self.sec, cpoint, cfield, &indices))
|
| /petsc/include/ |
| H A D | petscsection.h | 51 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldConstraintIndices(PetscSection, PetscInt, PetscInt,…
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 166 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 D | dmi.c | 129 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 D | plexsection.c | 315 PetscCall(PetscSectionGetFieldConstraintIndices(section, p, field, &find)); in DMPlexCreateSectionBCIndicesField() 382 PetscCall(PetscSectionGetFieldConstraintIndices(section, p, f, &find)); in DMPlexCreateSectionBCIndices()
|
| H A D | plex.c | 7053 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()
|