#include "petscdmnetwork.h" PetscErrorCode DMNetworkSetComponentNumVariables(DM dm, PetscInt p,PetscInt compnum,PetscInt nvar)Not Collective
dm | - The DMNetwork object | |
p | - vertex/edge point | |
compnum | - component number (First component added = 0, second = 1, ...) | |
nvar | - number of variables for the component |