petsc-3.14.6 2021-03-30
Report Typos and Errors

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