Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c106 PetscInt *tree_elms; member
777 PetscInt *iptr_in, *iptr_out, *tree_elms, *elms; in set_tree() local
786 gs->tree_elms = tree_elms = iptr_in = tree_buf; in set_tree()
798 if ((j = PCTFS_ivec_binary_search(*tree_elms++, elms, nel)) >= 0) { in set_tree()
805 if ((j = PCTFS_ivec_binary_search(*elms++, tree_elms, n)) >= 0) { in set_tree()
922 if (gs->tree_elms) free((void *)gs->tree_elms); in PCTFS_gs_free()