Home
last modified time | relevance | path

Searched defs:filter (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/impls/plex/tests/ !
H A Dex75.c14 DMLabel filter; in main() local
H A Dex74.c58 DMLabel filter; in main() local
H A Dex71.c75 DMLabel filter; in main() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A DDMLabel.pyx528 def filter(self, start: int, end: int) -> None: member in DMLabel
H A DDMPlex.pyx424 … def filter(self, label: DMLabel | None = None, value: int | None = None, ignoreHalo: bool = False, member in DMPlex
/petsc/src/ksp/pc/impls/hypre/ !
H A Dhypre.c48 PetscReal filter; member
/petsc/src/ksp/pc/impls/bddc/ !
H A Dbddcprivate.c1927 PetscBool filter = pcbddc->detect_disconnected_filter; in PCBDDCComputeLocalTopologyInfo() local
2397 PetscErrorCode PCBDDCDetectDisconnectedComponents(PC pc, PetscBool filter, PetscInt *ncc, IS *cc[],… in PCBDDCDetectDisconnectedComponents()
/petsc/src/mat/interface/ !
H A Dmatrix.c11399 PetscErrorCode MatCreateGraph(Mat A, PetscBool sym, PetscBool scale, PetscReal filter, PetscInt num… in MatCreateGraph()
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiaij.c7733 …teGraph_Simple_AIJ(Mat Amat, PetscBool symmetrize, PetscBool scale, PetscReal filter, PetscInt ind… in MatCreateGraph_Simple_AIJ()