Searched refs:PetscSectionGetConstraintIndices (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/vec/is/section/interface/ftn-custom/ |
| H A D | zvsectionisf90.c | 21 *ierr = PetscSectionGetConstraintIndices(*s, *point, &idx); in petscsectiongetconstraintindices_()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 145 PetscCall(PetscSectionGetConstraintIndices(s, point, &cDof)); in VecSetValuesSection() 172 PetscCall(PetscSectionGetConstraintIndices(s, point, &cDof)); in VecSetValuesSection()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 35 PetscErrorCode PetscSectionGetConstraintIndices(PetscSection, PetscInt, const PetscInt**)
|
| H A D | Section.pyx | 600 setConstraintIndices, petsc.PetscSectionGetConstraintIndices 607 CHKERR(PetscSectionGetConstraintIndices(self.sec, cpoint, &indices))
|
| /petsc/include/ |
| H A D | petscsection.h | 49 PETSC_EXTERN PetscErrorCode PetscSectionGetConstraintIndices(PetscSection, PetscInt, const PetscInt…
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 158 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 D | sectionhdf5.c | 46 PetscCall(PetscSectionGetConstraintIndices(s, p, &cpinds)); in PetscSectionView_HDF5_SingleField()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 170 PetscCall(PetscSectionGetConstraintIndices(localSection, p, &cind)); in PetscSFSetGraphSection()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 669 PetscCall(PetscSectionGetConstraintIndices(section, padj, &ncind)); in DMPlexCreateAdjacencySection_Static()
|
| H A D | plex.c | 6934 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 D | dm.c | 1133 PetscCall(PetscSectionGetConstraintIndices(section, p, &cdofs)); in DMGetLocalToGlobalMapping() 3184 PetscCall(PetscSectionGetConstraintIndices(s, p, &cdofs)); in DMLocalToGlobalBegin()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2889 PetscCall(PetscSectionGetConstraintIndices(leafSection, p, &cinds)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 2527 PetscCall(PetscSectionGetConstraintIndices(s, p, &ind)); in PCSetUp_PATCH()
|