Home
last modified time | relevance | path

Searched refs:PetscSectionSetFieldOffset (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi45 PetscErrorCode PetscSectionSetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt)
H A DSection.pyx823 getFieldOffset, petsc.PetscSectionSetFieldOffset
829 CHKERR(PetscSectionSetFieldOffset(self.sec, cpoint, cfield, coffset))
/petsc/include/
H A Dpetscsection.h61 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt);
/petsc/src/vec/is/section/interface/
H A Dsection.c162 PetscCall(PetscSectionSetFieldOffset(newSection, p, f, off)); in PetscSectionCopy_Internal()
1575 PetscCall(PetscSectionSetFieldOffset(gs, p, f, foff)); in PetscSectionCreateGlobalSection()
1913 PetscErrorCode PetscSectionSetFieldOffset(PetscSection s, PetscInt point, PetscInt field, PetscInt … in PetscSectionSetFieldOffset() function
2372 PetscCall(PetscSectionSetFieldOffset(*subs, subp, f, foff)); in PetscSectionCreateSubplexSection_Private()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1916 … PetscCall(PetscSectionSetFieldOffset(patch->patchSection, point, f, oarray[(poff + p) * Nf + f])); in PCPatchComputeFunction_DMPlex_Private()
1997 … PetscCall(PetscSectionSetFieldOffset(patch->patchSection, point, f, oarray[(poff + p) * Nf + f])); in PCPatchComputeOperator_DMPlex_Private()