Searched refs:PetscSectionSetOffset (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 43 PetscErrorCode PetscSectionSetOffset(PetscSection, PetscInt, PetscInt)
|
| H A D | Section.pyx | 772 getOffset, petsc.PetscSectionSetOffset 777 CHKERR(PetscSectionSetOffset(self.sec, cpoint, coffset))
|
| /petsc/include/ |
| H A D | petscsection.h | 59 PETSC_EXTERN PetscErrorCode PetscSectionSetOffset(PetscSection, PetscInt, PetscInt);
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 219 PetscCall(PetscSectionSetOffset(s, p, offs[n])); in PetscSectionLoad_HDF5_SingleField()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 154 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 D | section.md | 46 Alternatively, the offset for each mesh point can be set manually by `PetscSectionSetOffset()`, tho…
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1917 …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()
|