Lines Matching refs:lnsep
27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member
127 free(xxt_handle->info->lnsep); in XXT_free()
179 PetscInt *nsep, *lnsep, *fo; in xxt_generate() local
194 lnsep = xxt_handle->info->lnsep; in xxt_generate()
196 end = lnsep[0]; in xxt_generate()
250 end += lnsep[dim]; in xxt_generate()
472 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local
483 lnsep = (PetscInt *)malloc(sizeof(PetscInt) * (level + 1)); in det_separators()
489 PetscCall(PCTFS_ivec_zero(lnsep, level + 1)); in det_separators()
588 lnsep[edge] = ct; in det_separators()
608 lnsep[edge] = ct; in det_separators()
659 lnsep[edge] = ct; in det_separators()
675 lnsep[edge] = ct; in det_separators()
698 lnsep[edge] = ct; in det_separators()
703 xxt_handle->info->lnsep = lnsep; in det_separators()