Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c160 static PetscInt tree_buf_sz = 0; variable
468 if (ntree == tree_buf_sz) { in place_in_tree()
469 if (tree_buf_sz) { in place_in_tree()
471 n = tree_buf_sz; in place_in_tree()
472 tree_buf_sz <<= 1; in place_in_tree()
473 tree_buf = (PetscInt *)malloc(tree_buf_sz * sizeof(PetscInt)); in place_in_tree()
477 tree_buf_sz = TREE_BUF_SZ; in place_in_tree()
478 tree_buf = (PetscInt *)malloc(tree_buf_sz * sizeof(PetscInt)); in place_in_tree()
560 tree_buf_sz = ntree = 0; in get_ngh_buf()