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