Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c709 else if (type == GL_EXISTS) PetscCall(PCTFS_rvec_exists(arg1, arg2, j)); in PCTFS_rvec_non_uniform()
729 …else if (type == GL_EXISTS) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_rvec_… in PCTFS_rvec_fct_addr()
H A Dtfs.h166 #define GL_EXISTS 13 macro