Home
last modified time | relevance | path

Searched refs:PCTFS_ivec_and (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c130 PetscErrorCode PCTFS_ivec_and(PetscInt *arg1, PetscInt *arg2, PetscInt n) in PCTFS_ivec_and() function
194 else if (type == GL_B_AND) PetscCall(PCTFS_ivec_and(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
217 …se if (type == GL_B_AND) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_and; in PCTFS_ivec_fct_addr()
H A Dtfs.h184 PETSC_INTERN PetscErrorCode PCTFS_ivec_and(PetscInt *, PetscInt *, PetscInt);