Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c90 PetscErrorCode PCTFS_ivec_lxor(PetscInt *arg1, PetscInt *arg2, PetscInt n) in PCTFS_ivec_lxor() function
195 else if (type == GL_L_XOR) PetscCall(PCTFS_ivec_lxor(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
218 …e if (type == GL_L_XOR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_lxor; in PCTFS_ivec_fct_addr()
H A Dtfs.h185 PETSC_INTERN PetscErrorCode PCTFS_ivec_lxor(PetscInt *, PetscInt *, PetscInt);