Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c196 else if (type == GL_L_OR) PetscCall(PCTFS_ivec_lor(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
219 …else if (type == GL_L_OR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_lo… in PCTFS_ivec_fct_addr()
H A Dtfs.h162 #define GL_L_OR 9 macro