Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkview.c127 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 …]
H A Dnetwork.c2785 PetscCall(ISDestroy(&network->vieweroptions.viewranks)); in DMDestroy_Network()
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h159 DMNetworkViewerOptions vieweroptions; member