Searched refs:PCTFS_ivec_zero (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | xxt.c | 222 PetscCall(PCTFS_ivec_zero(stages, level + 1)); in xxt_generate() 487 PetscCall(PCTFS_ivec_zero(dir, level + 1)); in det_separators() 488 PetscCall(PCTFS_ivec_zero(nsep, level + 1)); in det_separators() 489 PetscCall(PCTFS_ivec_zero(lnsep, level + 1)); in det_separators() 491 PetscCall(PCTFS_ivec_zero(used, n)); in det_separators() 541 PetscCall(PCTFS_ivec_zero(sum, 4)); in det_separators() 630 PetscCall(PCTFS_ivec_zero(sum, 4)); in det_separators()
|
| H A D | xyt.c | 291 PetscCall(PCTFS_ivec_zero(stages, level + 1)); in xyt_generate() 597 PetscCall(PCTFS_ivec_zero(dir, level + 1)); in det_separators() 598 PetscCall(PCTFS_ivec_zero(nsep, level + 1)); in det_separators() 599 PetscCall(PCTFS_ivec_zero(lnsep, level + 1)); in det_separators() 601 PetscCall(PCTFS_ivec_zero(used, n)); in det_separators() 644 PetscCall(PCTFS_ivec_zero(sum, 4)); in det_separators()
|
| H A D | gs.c | 554 PetscCall(PCTFS_ivec_zero(sh_proc_mask, p_mask_size)); in get_ngh_buf() 555 PetscCall(PCTFS_ivec_zero(pw_sh_proc_mask, p_mask_size)); in get_ngh_buf() 556 PetscCall(PCTFS_ivec_zero(ngh_buf, ngh_buf_size)); in get_ngh_buf() 565 PetscCall(PCTFS_ivec_zero(buf1, buf_size)); in get_ngh_buf() 695 PetscCall(PCTFS_ivec_zero(msg_size, nprs)); in set_pairwise()
|
| H A D | tfs.h | 169 PETSC_INTERN PetscErrorCode PCTFS_ivec_zero(PetscInt *, PetscInt);
|
| H A D | comm.c | 41 PetscCall(PCTFS_ivec_zero((PetscInt *)edge_node, sizeof(PetscInt) * 32)); in PCTFS_comm_init()
|
| H A D | ivec.c | 34 PetscErrorCode PCTFS_ivec_zero(PetscInt *arg1, PetscInt n) in PCTFS_ivec_zero() function
|