#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
monitor | - the monitor | |
name | - name of viewer | |
element | - vertex / edge number | |
nodes | - number of nodes | |
start | - variable starting offset | |
blocksize | - variable blocksize | |
ymin | - ymin for viewer | |
ymax | - ymax for viewer | |
hold | - determines if plot limits should be held |
Precisely, the parameters nodes, start and blocksize allow you to select a general strided subarray of the variables to monitor.
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