Searched refs:PetscSectionSetFieldOffset (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 45 PetscErrorCode PetscSectionSetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt)
|
| H A D | Section.pyx | 823 getFieldOffset, petsc.PetscSectionSetFieldOffset 829 CHKERR(PetscSectionSetFieldOffset(self.sec, cpoint, cfield, coffset))
|
| /petsc/include/ |
| H A D | petscsection.h | 61 PETSC_EXTERN PetscErrorCode PetscSectionSetFieldOffset(PetscSection, PetscInt, PetscInt, PetscInt);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 162 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 D | pcpatch.c | 1916 … 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()
|