#include "petscdmda.h" PetscErrorCode DMDASetGLLCoordinates(DM da,PetscGLL *gll)Collective on DM
da | - the DMDA object | |
gll | - the GLL object |
Notes: the parallel decomposition of grid points must correspond to the degree of the GLL. That is, the number of grid points on each process much be divisible by the number of GLL elements needed per process. This depends on whether the DM is periodic or not.
Level:advanced
Location:src/dm/impls/da/da.c
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages