Searched refs:totn (Results 1 – 1 of 1) sorted by relevance
7633 PetscInt *local_subs, n, totn; in PCBDDCAnalyzeInterface() local7647 for (i = 0, totn = 0; i < n; i++) totn = PetscMax(totn, local_subs[i]); in PCBDDCAnalyzeInterface()7648 pcbddc->mat_graph->n_local_subs = totn + 1; in PCBDDCAnalyzeInterface()