#include "petscdmda.h" PetscErrorCode DMDASetCoordinateName(DM dm,PetscInt nf,const char name[])Logically collective; name must contain a common value
dm | - the DM | |
nf | - coordinate number for the DMDA (0, 1, ... dim-1), | |
name | - the name of the coordinate |
Not supported from Fortran