#include "petscdmda.h" PetscErrorCode DMDASetFieldNames(DM da,const char * const *names)Logically collective; names must contain a common value
dm | - the DMDA object | |
names | - the names of the components, final string must be NULL, must have the same number of entries as the dof used in creating the DMDA |
Not supported from Fortran, use DMDASetFieldName()