Searched refs:GL_B_AND (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | ivec.c | 194 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 D | tfs.h | 160 #define GL_B_AND 7 macro
|
| H A D | gs.c | 221 PetscInt oprs[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, GL_MIN, GL_B_AND}; in gsi_check_args()
|