#include "petscdmnetwork.h" PetscErrorCode DMNetworkAddComponent(DM dm, PetscInt p,PetscInt componentkey,void* compvalue)Not Collective
dm | - The DMNetwork object | |
p | - vertex/edge point | |
componentkey | - component key returned while registering the component | |
compvalue | - pointer to the data structure for the component |
Level:intermediate
Location:src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages