Searched refs:PCTFS_ivec_or (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | ivec.c | 110 PetscErrorCode PCTFS_ivec_or(PetscInt *arg1, PetscInt *arg2, PetscInt n) in PCTFS_ivec_or() function 193 else if (type == GL_B_OR) PetscCall(PCTFS_ivec_or(arg1, arg2, j)); in PCTFS_ivec_non_uniform() 216 …else if (type == GL_B_OR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_or; in PCTFS_ivec_fct_addr()
|
| H A D | tfs.h | 183 PETSC_INTERN PetscErrorCode PCTFS_ivec_or(PetscInt *, PetscInt *, PetscInt);
|
| H A D | gs.c | 593 PetscCall(PCTFS_ivec_or(sh_proc_mask, ptr1, p_mask_size)); in get_ngh_buf() 601 PetscCall(PCTFS_ivec_or(pw_sh_proc_mask, ptr1, p_mask_size)); in get_ngh_buf()
|