Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c34 PetscInt negl; member
368 gs->negl = vals[4] - vals[3] + 1; in gsi_check_args()
370 …if (gs->negl <= 0) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "gsi_check_args() :: system empty… in gsi_check_args()
494 PetscInt *ptr1, *ptr2, i_start, negl, nel, *elms; in get_ngh_buf() local
519 per_load = negl = gs->negl; in get_ngh_buf()
521 i = p_mask_size * negl; in get_ngh_buf()
539 gs->num_loads = num_loads = negl / per_load + (negl % per_load > 0); in get_ngh_buf()