#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMCreateSubDM(DM dm, PetscInt numFields, PetscInt fields[], IS *is, DM *subdm)Not collective
dm | - the DM object | |
numFields | - the number of fields in this subproblem | |
fields | - the fields in the subproblem |
is | - the global indices for the subproblem | |
dm | - the DM for the subproblem |
Level:intermediate
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages