:orphan: # DMNetworkLayoutSetUp Sets up the bare layout (graph) for the network ## Synopsis ``` #include "petscdmnetwork.h" PetscErrorCode DMNetworkLayoutSetUp(DM dm) ``` Not Collective ## Input Parameter - ***dm -*** the `DMNETWORK` object ## Notes This routine should be called after the network sizes and edgelists have been provided. It creates the bare layout of the network and sets up the network to begin insertion of components. All the components should be registered before calling this routine. ## See Also `DM`, `DMNETWORK`, `DMNetworkSetNumSubNetworks()`, `DMNetworkAddSubnetwork()` ## Level beginner ## Location src/dm/impls/network/network.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/network/network.c) [Index of all DMNetwork routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)