Searched refs:vieweroptions (Results 1 – 3 of 3) sorted by relevance
127 optionShowRanks = network->vieweroptions.showallranks; in DMView_Network_Matplotlib()128 showNoNodes = network->vieweroptions.shownovertices; in DMView_Network_Matplotlib()129 showNoNumbering = network->vieweroptions.shownonumbering; in DMView_Network_Matplotlib()203 …if (network->vieweroptions.dontshowglobal || optionRankIsSet) PetscCall(PetscStrlcat(options, " -n… in DMView_Network_Matplotlib()211 if (network->vieweroptions.viewranks) { in DMView_Network_Matplotlib()215 PetscCall(ISGetTotalIndices(network->vieweroptions.viewranks, &viewranks)); in DMView_Network_Matplotlib()216 PetscCall(ISGetSize(network->vieweroptions.viewranks, &viewrankssize)); in DMView_Network_Matplotlib()222 PetscCall(ISRestoreTotalIndices(network->vieweroptions.viewranks, &viewranks)); in DMView_Network_Matplotlib()366 network->vieweroptions.showallranks = showranks; in DMNetworkViewSetShowRanks()391 network->vieweroptions.dontshowglobal = (PetscBool)(!showglobal); in DMNetworkViewSetShowGlobal()[all …]
2785 PetscCall(ISDestroy(&network->vieweroptions.viewranks)); in DMDestroy_Network()
159 DMNetworkViewerOptions vieweroptions; member