Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c193 else if (type == GL_B_OR) PetscCall(PCTFS_ivec_or(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
216 …else if (type == GL_B_OR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_or; in PCTFS_ivec_fct_addr()
H A Dtfs.h159 #define GL_B_OR 6 macro
H A Dgs.c495 PetscInt oper = GL_B_OR; in get_ngh_buf()