#include "petscdmda.h" PetscErrorCode DMDASetInterpolationType(DM da,DMDAInterpolationType ctype)Logically Collective on DMDA
Notes: you should call this on the coarser of the two DMDAs you pass to DMCreateInterpolation()
Level:intermediate
Location:src/dm/impls/da/da.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
da | - initial distributed array | |
ctype | - DMDA_Q1 and DMDA_Q0 are currently the only supported forms |