Home
last modified time | relevance | path

Searched refs:PetscSectionSetOffset (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi43 PetscErrorCode PetscSectionSetOffset(PetscSection, PetscInt, PetscInt)
H A DSection.pyx772 getOffset, petsc.PetscSectionSetOffset
777 CHKERR(PetscSectionSetOffset(self.sec, cpoint, coffset))
/petsc/include/
H A Dpetscsection.h59 PETSC_EXTERN PetscErrorCode PetscSectionSetOffset(PetscSection, PetscInt, PetscInt);
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c219 PetscCall(PetscSectionSetOffset(s, p, offs[n])); in PetscSectionLoad_HDF5_SingleField()
/petsc/src/vec/is/section/interface/
H A Dsection.c154 PetscCall(PetscSectionSetOffset(newSection, p, off)); in PetscSectionCopy_Internal()
1854 PetscErrorCode PetscSectionSetOffset(PetscSection s, PetscInt point, PetscInt offset) in PetscSectionSetOffset() function
1918 PetscCall(PetscSectionSetOffset(s->field[field], point, offset)); in PetscSectionSetFieldOffset()
2375 PetscCall(PetscSectionSetOffset(*subs, subp, off)); in PetscSectionCreateSubplexSection_Private()
/petsc/doc/manual/
H A Dsection.md46 Alternatively, the offset for each mesh point can be set manually by `PetscSectionSetOffset()`, tho…
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1917 …if (patch->nsubspaces == 1) PetscCall(PetscSectionSetOffset(patch->patchSection, point, oarray[(po… in PCPatchComputeFunction_DMPlex_Private()
1918 else PetscCall(PetscSectionSetOffset(patch->patchSection, point, -1)); in PCPatchComputeFunction_DMPlex_Private()
1998 …if (patch->nsubspaces == 1) PetscCall(PetscSectionSetOffset(patch->patchSection, point, oarray[(po… in PCPatchComputeOperator_DMPlex_Private()
1999 else PetscCall(PetscSectionSetOffset(patch->patchSection, point, -1)); in PCPatchComputeOperator_DMPlex_Private()