Searched defs:iset (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 100 cdef inline IS ref_IS(PetscIS iset): 121 def __cinit__(self, IS iset):
|
| H A D | IS.pyx | 599 def equal(self, IS iset) -> bool: 618 def sum(self, IS iset) -> IS: 637 def expand(self, IS iset) -> IS: 664 def union(self, IS iset) -> IS: 759 def embed(self, IS iset, drop: bool) -> IS: 1289 def createIS(self, IS iset) -> Self: 1545 def applyIS(self, IS iset) -> IS:
|
| H A D | DMLabel.pyx | 91 def insertIS(self, IS iset, value: int) -> Self: 258 def addStrataIS(self, IS iset) -> None: 386 def setStratumIS(self, stratum: int, IS iset) -> None:
|
| H A D | Vec.pyx | 3420 def getSubVector(self, IS iset, Vec subvec=None) -> Vec: 3446 def restoreSubVector(self, IS iset, Vec subvec) -> None:
|
| H A D | Mat.pyx | 4001 def increaseOverlap(self, IS iset, overlap: int = 1) -> None:
|
| /petsc/include/petsc/private/ |
| H A D | randomimpl.h | 26 PetscBool iset; /* if true, indicates that the user has set the interval */ member
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 967 PetscBool iset; in PetscOptionsBool_Private() local 994 PetscBool iset; in PetscOptionsBool3_Private() local
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1963 PetscBool iset; in PetscOptionsGetVec() local
|