#include "petscdmnetwork.h" PetscErrorCode DMNetworkRegisterComponent(DM dm,const char *name,PetscInt size,PetscInt *key)Logically collective on DM
Input Parameters
dm | - the network object | |
name | - the component name | |
size | - the storage size in bytes for this component data |
Output Parameters
Notes This routine should be called by all processors before calling DMNetworkLayoutSetup().