Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c190 else if (type == GL_MULT) PetscCall(PCTFS_ivec_mult(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
213 …else if (type == GL_MULT) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_mu… in PCTFS_ivec_fct_addr()
705 else if (type == GL_MULT) PetscCall(PCTFS_rvec_mult(arg1, arg2, j)); in PCTFS_rvec_non_uniform()
725 …else if (type == GL_MULT) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_rvec_mu… in PCTFS_rvec_fct_addr()
H A Dtfs.h156 #define GL_MULT 3 macro