#include "petscdmnetwork.h" PetscErrorCode DMNetworkMonitorAdd(DMNetworkMonitor monitor,const char *name,PetscInt element,PetscInt nodes,PetscInt start,PetscInt blocksize,PetscReal ymin,PetscReal ymax,PetscBool hold)Collective on DMNetworkMonitor Many br
monitor | - the monitor Many br | |
name | - name of viewer Many br | |
element | - vertex / edge number Many br | |
nodes | - number of nodes Many br | |
start | - variable starting offset Many br | |
blocksize | - variable blocksize Many br | |
ymin | - ymin for viewer Many br | |
ymax | - ymax for viewer Many br | |
hold | - determines if plot limits should be held Many br |
Many br
Precisely, the parameters nodes, start and blocksize allow you to select a general Many brstrided subarray of the variables to monitor. Many br
Level:intermediate
Location:src/dm/impls/network/networkmonitor.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages