#include "petscdmda.h" PetscErrorCode DMDASetUniformCoordinates(DM da,PetscReal xmin,PetscReal xmax,PetscReal ymin,PetscReal ymax,PetscReal zmin,PetscReal zmax)Collective on da
da | - the distributed array object | |
xmin,xmax | - extremes in the x direction | |
ymin,ymax | - extremes in the y direction (value ignored for 1 dimensional problems) | |
zmin,zmax | - extremes in the z direction (value ignored for 1 or 2 dimensional problems) |