petsc-3.13.6 2020-09-29
DMNetworkGetSizes
Gets the the number of subnetworks and coupling subnetworks
Synopsis
#include "petscdmnetwork.h"
PetscErrorCode DMNetworkGetSizes(DM netdm, PetscInt *Nsubnet, PetscInt *Ncsubnet)
Collective on dm
Input Parameters
| dm | - the dm object
|
| Nsubnet | - global number of subnetworks
|
| NsubnetCouple | - global number of coupling subnetworks
|
See Also
DMNetworkCreate()
Level
beginner
Location
src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages