#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMCreateFieldIS(DM dm, PetscInt *numFields, char ***fieldNames, IS **fields)Not collective
numFields | - The number of fields (or NULL if not requested) | |
fieldNames | - The name for each field (or NULL if not requested) | |
fields | - The global indices for each field (or NULL if not requested) |
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