Home
last modified time | relevance | path

Searched refs:PetscSectionGetConstraintIndices (Results 1 – 13 of 13) sorted by relevance

/petsc/src/vec/is/section/interface/ftn-custom/
H A Dzvsectionisf90.c21 *ierr = PetscSectionGetConstraintIndices(*s, *point, &idx); in petscsectiongetconstraintindices_()
/petsc/src/vec/vec/utils/
H A Dvsection.c145 PetscCall(PetscSectionGetConstraintIndices(s, point, &cDof)); in VecSetValuesSection()
172 PetscCall(PetscSectionGetConstraintIndices(s, point, &cDof)); in VecSetValuesSection()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi35 PetscErrorCode PetscSectionGetConstraintIndices(PetscSection, PetscInt, const PetscInt**)
H A DSection.pyx600 setConstraintIndices, petsc.PetscSectionGetConstraintIndices
607 CHKERR(PetscSectionGetConstraintIndices(self.sec, cpoint, &indices))
/petsc/include/
H A Dpetscsection.h49 PETSC_EXTERN PetscErrorCode PetscSectionGetConstraintIndices(PetscSection, PetscInt, const PetscInt…
/petsc/src/vec/is/section/interface/
H A Dsection.c158 else PetscCall(PetscSectionGetConstraintIndices(section, p, &cInd)); in PetscSectionCopy_Internal()
294 PetscCall(PetscSectionGetConstraintIndices(s1, p, &idx1)); in PetscSectionCompare()
295 PetscCall(PetscSectionGetConstraintIndices(s2, p, &idx2)); in PetscSectionCompare()
2387 PetscCall(PetscSectionGetConstraintIndices(s, points[subp - spStart], &indices)); in PetscSectionCreateSubplexSection_Private()
2887 PetscCall(PetscSectionGetConstraintIndices(s, point, &cDof)); in VecIntSetValuesSection_Private()
2911 PetscCall(PetscSectionGetConstraintIndices(s, point, &cDof)); in VecIntSetValuesSection_Private()
2976 PetscErrorCode PetscSectionGetConstraintIndices(PetscSection s, PetscInt point, const PetscInt *ind… in PetscSectionGetConstraintIndices() function
3041 PetscCall(PetscSectionGetConstraintIndices(s->field[field], point, indices)); in PetscSectionGetFieldConstraintIndices()
3142 PetscCall(PetscSectionGetConstraintIndices(s, p, &cind)); in PetscSectionPermute()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c46 PetscCall(PetscSectionGetConstraintIndices(s, p, &cpinds)); in PetscSectionView_HDF5_SingleField()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c170 PetscCall(PetscSectionGetConstraintIndices(localSection, p, &cind)); in PetscSFSetGraphSection()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c669 PetscCall(PetscSectionGetConstraintIndices(section, padj, &ncind)); in DMPlexCreateAdjacencySection_Static()
H A Dplex.c6934 PetscCall(PetscSectionGetConstraintIndices(section, point, &cdofs)); in updatePoint_private()
6988 PetscCall(PetscSectionGetConstraintIndices(section, point, &cdofs)); in updatePointBC_private()
7248 PetscCall(PetscSectionGetConstraintIndices(section, cp, &cdofs)); in DMPlexVecSetClosure_Depth1_Static()
7641 PetscCall(PetscSectionGetConstraintIndices(section, point, &cdofs)); in DMPlexGetIndicesPoint_Internal()
/petsc/src/dm/interface/
H A Ddm.c1133 PetscCall(PetscSectionGetConstraintIndices(section, p, &cdofs)); in DMGetLocalToGlobalMapping()
3184 PetscCall(PetscSectionGetConstraintIndices(s, p, &cdofs)); in DMLocalToGlobalBegin()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2889 PetscCall(PetscSectionGetConstraintIndices(leafSection, p, &cinds)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2527 PetscCall(PetscSectionGetConstraintIndices(s, p, &ind)); in PCSetUp_PATCH()