Home
last modified time | relevance | path

Searched refs:GL_B_AND (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c194 else if (type == GL_B_AND) PetscCall(PCTFS_ivec_and(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
217 …else if (type == GL_B_AND) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_a… in PCTFS_ivec_fct_addr()
H A Dtfs.h160 #define GL_B_AND 7 macro
H A Dgs.c221 PetscInt oprs[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, GL_MIN, GL_B_AND}; in gsi_check_args()