Searched refs:lnsep (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | xxt.c | 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() [all …]
|
| H A D | xyt.c | 27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; member 129 free(xyt_handle->info->lnsep); in XYT_free() 232 PetscInt *nsep, *lnsep, *fo; in xyt_generate() local 250 lnsep = xyt_handle->info->lnsep; in xyt_generate() 252 end = lnsep[0]; in xyt_generate() 319 end += lnsep[dim]; in xyt_generate() 582 PetscInt *nsep, *lnsep, *fo, nfo = 0; in det_separators() local 593 lnsep = (PetscInt *)malloc(sizeof(PetscInt) * (level + 1)); in det_separators() 599 PetscCall(PCTFS_ivec_zero(lnsep, level + 1)); in det_separators() 687 lnsep[edge] = ct; in det_separators() [all …]
|