Home
last modified time | relevance | path

Searched defs:iset (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi100 cdef inline IS ref_IS(PetscIS iset):
121 def __cinit__(self, IS iset):
H A DIS.pyx599 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 DDMLabel.pyx91 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 DVec.pyx3420 def getSubVector(self, IS iset, Vec subvec=None) -> Vec:
3446 def restoreSubVector(self, IS iset, Vec subvec) -> None:
H A DMat.pyx4001 def increaseOverlap(self, IS iset, overlap: int = 1) -> None:
/petsc/include/petsc/private/
H A Drandomimpl.h26 PetscBool iset; /* if true, indicates that the user has set the interval */ member
/petsc/src/sys/objects/
H A Daoptions.c967 PetscBool iset; in PetscOptionsBool_Private() local
994 PetscBool iset; in PetscOptionsBool3_Private() local
/petsc/src/vec/vec/interface/
H A Dvector.c1963 PetscBool iset; in PetscOptionsGetVec() local