Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c74 PetscErrorCode PCBDDCGraphASCIIView(PCBDDCGraph graph, PetscInt verbosity_level, PetscViewer viewer) in PCBDDCGraphASCIIView() argument
91 if (verbosity_level > 2) { in PCBDDCGraphASCIIView()
115 if (verbosity_level > 3) { in PCBDDCGraphASCIIView()
141 if (verbosity_level > 1) { in PCBDDCGraphASCIIView()
143 …if (verbosity_level > 2 || graph->twodim || graph->nodes[node_num].count > 2 || (graph->nodes[node… in PCBDDCGraphASCIIView()