PETSc version 3.15.5
Fix/Edit manual page

DMNetworkGetPlex

Gets the Plex DM associated with this network DM

Synopsis

#include "petscdmnetwork.h"  
PetscErrorCode DMNetworkGetPlex(DM dm,DM *plexdm)
Not collective

Input Parameters

dm - the dm object

Output Parameters

plexdm - the plex dm object

See Also

DMNetworkCreate()

Level

Advanced

Location

src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages