Home
last modified time | relevance | path

Searched refs:PCTFS_ivec_xor (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c102 PetscErrorCode PCTFS_ivec_xor(PetscInt *arg1, PetscInt *arg2, PetscInt n) in PCTFS_ivec_xor() function
192 else if (type == GL_B_XOR) PetscCall(PCTFS_ivec_xor(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
215 …se if (type == GL_B_XOR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_xor; in PCTFS_ivec_fct_addr()
H A Dtfs.h182 PETSC_INTERN PetscErrorCode PCTFS_ivec_xor(PetscInt *, PetscInt *, PetscInt);
H A Dgs.c592 PetscCall(PCTFS_ivec_xor(ptr1, p_mask, p_mask_size)); in get_ngh_buf()