Searched refs:NON_UNIFORM (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | comm.c | 74 …PetscCheck(!(oprs[0] == NON_UNIFORM) || !(n < 2), PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_giop() :… in PCTFS_giop() 86 if ((type = oprs[0]) == NON_UNIFORM) oprs++; in PCTFS_giop() 151 …PetscCheck(!(oprs[0] == NON_UNIFORM) || !(n < 2), PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_grop() :… in PCTFS_grop() 163 if ((type = oprs[0]) == NON_UNIFORM) oprs++; in PCTFS_grop() 227 …PetscCheck(!(oprs[0] == NON_UNIFORM) || !(n < 2), PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_grop_hc(… in PCTFS_grop_hc() 245 if ((type = oprs[0]) == NON_UNIFORM) oprs++; in PCTFS_grop_hc() 340 …PetscCheck(!(oprs[0] == NON_UNIFORM) || !(n < 2), PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_giop_hc(… in PCTFS_giop_hc() 358 if ((type = oprs[0]) == NON_UNIFORM) oprs++; in PCTFS_giop_hc()
|
| H A D | xyt.c | 157 …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() 562 PetscInt vals[2], work[2], op[] = {NON_UNIFORM, GL_MIN, GL_MAX}; in check_handle()
|
| H A D | ivec.c | 210 …if (type == NON_UNIFORM) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_non… in PCTFS_ivec_fct_addr() 722 …if (type == NON_UNIFORM) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_rvec_non… in PCTFS_rvec_fct_addr()
|
| H A D | tfs.h | 153 #define NON_UNIFORM 0 macro
|
| H A D | xxt.c | 452 PetscInt vals[2], work[2], op[] = {NON_UNIFORM, GL_MIN, GL_MAX}; in check_handle()
|
| H A D | gs.c | 221 PetscInt oprs[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, GL_MIN, GL_B_AND}; in gsi_check_args()
|