Home
last modified time | relevance | path

Searched refs:GL_MIN (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Dxyt.c157 …PetscInt op[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, … in XYT_stats()
158 PetscInt fop[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD}; in XYT_stats()
230 PetscInt op2[] = {GL_MIN, 0}; in xyt_generate()
562 PetscInt vals[2], work[2], op[] = {NON_UNIFORM, GL_MIN, GL_MAX}; in check_handle()
H A Divec.c189 else if (type == GL_MIN) PetscCall(PCTFS_ivec_min(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
212 …else if (type == GL_MIN) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_min; in PCTFS_ivec_fct_addr()
704 else if (type == GL_MIN) PetscCall(PCTFS_rvec_min(arg1, arg2, j)); in PCTFS_rvec_non_uniform()
724 …else if (type == GL_MIN) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_rvec_min; in PCTFS_rvec_fct_addr()
H A Dtfs.h155 #define GL_MIN 2 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()
747 t1 = GL_MIN; in set_pairwise()
H A Dxxt.c177 PetscInt op2[] = {GL_MIN, 0}; in xxt_generate()
452 PetscInt vals[2], work[2], op[] = {NON_UNIFORM, GL_MIN, GL_MAX}; in check_handle()