DASetInterpolationType

Sets the type of interpolation that will be returned by DAGetInterpolation()

Synopsis

#include "petscda.h"   
int DASetInterpolationType(DA da,DAInterpolationType ctype)
Collective on DA

Input Parameter

Keywords

distributed array, interpolation

See Also

DACreate1d(), DACreate2d(), DACreate3d(), DADestroy(), DA, DAInterpolationType

Level:intermediate
Location:
src/dm/da/src/da2.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages

da - initial distributed array
ctype - DA_Q1 and DA_Q0 are currently the only supported forms